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]
/
clang
/
test
/
Index
/
Inputs
/
preamble.h
blob
b59c234e1732f812b192f1db8949359efc977cb9
1
inline
int
bar
(
int
i
) {
2
int
*
ptr
=
0
;
3
float
*
ptr1
;
4
ptr
=
ptr1
;
5
return
0
;
6
}