Sign in
llvm
/
llvm
/
8924ea3d57d5fdfc11ce7562c3eaf0ce127ebc86
/
.
/
test
/
Transforms
/
ADCE
/
2003-09-15-InfLoopCrash.ll
blob: 458045a086ff4047f2261d2efa6fb1e9e6fa7a4f [
file
] [
log
] [
blame
]
; RUN: opt < %s -adce -disable-output
; RUN: opt < %s -adce -adce-remove-loops -disable-output
define
i32
@main
()
{
br
label
%loop
loop
:
; preds = %loop, %0
br
label
%loop
}