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]
/
bolt
/
test
/
Inputs
/
icf_baz.c
blob
fe4408731f02bb4758b13059a7cabd53d73f2785
1
#include <stdio.h>
2
3
int
baz
() {
4
return
0
;
5
}
6