repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix a globalopt crash on two Adobe-C++ testcases that the recent
[llvm.git]
/
test
/
Transforms
/
ADCE
/
2003-09-15-InfLoopCrash.ll
blob
499ac515e449f93bbbb3b92ccf10749bcd02b6d9
1
; RUN: opt < %s -adce -disable-output
2
3
define i32 @main() {
4
br label %loop
5
6
loop: ; preds = %loop, %0
7
br label %loop
8
}
9