[MachineOutliner] Refactor iterating over Candidate's instructions (#78972)
[llvm-project.git] / llvm / test / Assembler / invalid-generic-debug-node-tag-bad.ll
blob8da140f33ceec7aeb460f7e7049716dd46fbeec7
1 ; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
3 ; CHECK: <stdin>:[[@LINE+1]]:26: error: invalid DWARF tag 'DW_TAG_badtag'
4 !0 = !GenericDINode(tag: DW_TAG_badtag)