[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / Verifier / noundef.ll
blob9ee5a1859799efae64f6cfdf369b6a9eb4071c68
1 ; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s
3 ; CHECK: Attribute 'noundef' applied to incompatible type!
4 ; CHECK-NEXT: @noundef_void
5 define noundef void @noundef_void() {
6   ret void