repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[llvm-exegesis][NFC] Improve parsing of the YAML files
[llvm-core.git]
/
test
/
ExecutionEngine
/
OrcMCJIT
/
Inputs
/
multi-module-b.ll
blob
103b601e7f088b9474430f71c9f8b21891ee21a0
1
declare i32 @FC()
2
3
define i32 @FB() {
4
%r = call i32 @FC( ) ; <i32> [#uses=1]
5
ret i32 %r
6
}
7