repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
According to my auto-simplifier the most common missed simplifications in
[llvm/stm8.git]
/
test
/
FrontendC++
/
2003-09-30-ForIncrementExprBug2.cpp
blob
a1eee71f52c523c93d7484be4d75b508b378c828
1
// RUN: %llvmgxx -S %s -o - | llvm-as -o /dev/null
2
3
// Test with an opaque type
4
5
struct
C
;
6
7
C
&
foo
();
8
9
void
foox
() {
10
for
(; ;
foo
());
11
}
12