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
/
Import
/
while-stmt
/
Inputs
/
F.cpp
blob
6fd2d8753b04b25d1eff809c63e73f3b865cbf51
1
void
f
() {
2
while
(
false
)
3
;
4
while
(
false
) {
5
}
6
while
(
bool
ini
=
true
)
7
;
8
}