repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Recommit "rL366894: [yaml2obj] - Allow custom fields for the SHT_UNDEF sections."
[llvm-complete.git]
/
test
/
tools
/
llvm-opt-report
/
Inputs
/
unrl.c
blob
0982ba248868cbcbe22e204a035071dfb8265fc7
1
void
bar
();
2
3
void
foo
() {
4
for
(
int
i
=
0
;
i
<
5
; ++
i
)
5
bar
();
6
7
for
(
int
i
=
0
;
i
<
11
; ++
i
)
8
bar
();
9
}
10