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
/
remap-complete-to.c
blob
30199db51a00c5f3c0d5ff1df373d8ab45f799b4
1
int
f0
(
int
*
pointer1
,
float
*
pointer2
) {
2
return
pointer2
-
pointer1
;
3
}
4
5
void
g
() {
6