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
/
token6.ll
blob
4900bdbc52e6b748d9cc6d1beced68631f3a8ee3
1
; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
2
3
define token @f() {
4
entry:
5
ret token undef
6
}
7
; CHECK: Function returns a token but isn't an intrinsic