repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git]
/
llvm
/
test
/
Verifier
/
noundef.ll
blob
9ee5a1859799efae64f6cfdf369b6a9eb4071c68
1
; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s
2
3
; CHECK: Attribute 'noundef' applied to incompatible type!
4
; CHECK-NEXT: @noundef_void
5
define noundef void @noundef_void() {
6
ret void
7
}