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
/
X86
/
Inputs
/
patch-entries.c
blob
46a3b41b048e466e6440f24b01c5ce299bc47ac4
1
#include
"stub.h"
2
3
static void
foo
() {
printf
(
"foo
\n
"
); }
4
5
int
main
() {
6
foo
();
7
return
0
;
8
}