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
[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git]
/
compiler-rt
/
test
/
profile
/
Inputs
/
gcc-flag-compatibility.c
blob
1c07bb1d0f30a4ad019cd4e18010193430cdc8d8
1
int
X
=
0
;
2
3
int
main
() {
4
int
i
;
5
for
(
i
=
0
;
i
<
100
;
i
++)
6
X
+=
i
;
7
return
0
;
8
}