1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/test/Verifier/diexpression-swap.ll
Konstantin Zhuravlyov 8c3ccd8616 [DebugInfo] Make legal and emit DW_OP_swap and DW_OP_xderef
Differential Revision: https://reviews.llvm.org/D29672

llvm-svn: 297247
2017-03-08 00:28:57 +00:00

6 lines
118 B
LLVM

; RUN: not opt -S < %s 2>&1 | FileCheck %s
!named = !{!0}
; CHECK: invalid expression
!0 = !DIExpression(DW_OP_swap)