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]
/
lldb
/
test
/
API
/
lang
/
c
/
forward
/
foo.c
blob
4c66d1eba48bf51ef356673c9b41c4fc7eccb499
1
#include
"foo.h"
2
3
int
4
foo
(
struct
bar
*
bar_ptr
)
5
{
6
return
1
;
7
}