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
/
2002-07-29-Segfault.ll
blob
1c8e6e8adf0507cc3983399cdd89a3f34f9e8cc6
1
; RUN: opt < %s -adce -disable-output
2
3
define void @test() {
4
br label %BB3
5
6
BB3: ; preds = %BB3, %0
7
br label %BB3
8
}
9