repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Clean up some of LVI:
[llvm.git]
/
test
/
Verifier
/
2002-04-13-RetTypes.ll
blob
197f5c24fc4c6f5da7e0e8cdc9962840a1e35823
1
; RUN: not llvm-as < %s |& grep {return type does not match operand type}
2
3
; Verify the the operand type of the ret instructions in a function match the
4
; delcared return type of the function they live in.
5
;
6
7
define i32 @testfunc()
8
begin
9
ret i32* null
10
end