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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
lld
/
test
/
COFF
/
Inputs
/
gamma.ll
blob
1c78fff2909da399bc1879a0c34a1e787341819d
1
2
declare void @f() local_unnamed_addr
3
4
define void @__imp_f() local_unnamed_addr {
5
entry:
6
ret void
7
}
8
9
define void @mainCRTStartup() local_unnamed_addr {
10
entry:
11
tail call void @f()
12
ret void
13
}
14