[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / Verifier / diexpression-dwarf-entry-value.ll
blobcc7b41da4af719c590095a5f1293efdf4c266e95
1 ; RUN: not opt -S < %s 2>&1 | FileCheck %s
3 ; We can only use the internal variant of the entry value operation,
4 ; DW_OP_LLVM_entry_value, in DIExpressions.
6 !named = !{!0}
7 ; CHECK: invalid expression
8 !0 = !DIExpression(DW_OP_entry_value, 1)