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
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
ExecutionEngine
/
OrcLazy
/
Inputs
/
bar-return-i32-call-foo.ll
blob
5a36041640ce6770ca7fdd4c5d8295377e106637
1
declare i32 @foo()
2
3
define i32 @bar() {
4
entry:
5
%0 = call i32 @foo()
6
ret i32 %0
7
}
8