mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-27 14:45:24 +00:00
df032da7f1
Differential Revision: https://reviews.llvm.org/D29672 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297247 91177308-0d34-0410-b5e6-96231b3b80d8
6 lines
118 B
LLVM
6 lines
118 B
LLVM
; RUN: not opt -S < %s 2>&1 | FileCheck %s
|
|
|
|
!named = !{!0}
|
|
; CHECK: invalid expression
|
|
!0 = !DIExpression(DW_OP_swap)
|