repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
the various ConstantExpr::get*Ty methods existed to work with issues around
[llvm/stm8.git]
/
test
/
Verifier
/
2008-11-15-RetVoid.ll
blob
aaef7030c5ac251be16c300e0fca14651cb9254b
1
; RUN: not llvm-as < %s |& grep {value doesn't match function result type 'void'}
2
3
define void @foo() {
4
ret i32 0
5
}