repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[yaml2obj] - Allow placing local symbols after globals.
[llvm-complete.git]
/
test
/
ThinLTO
/
X86
/
Inputs
/
function_entry_count.ll
blob
ea2c2eda8d5a0f173f1de1d6918a723551dea283
1
target triple = "x86_64-unknown-linux-gnu"
2
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
3
4
declare void @h();
5
6
define void @g() {
7
call void @h();
8
ret void
9
}