Sign in
llvm
/
llvm-project
/
llvm
/
265bbb58e7ee276f47857d997e772da151f8d443
/
.
/
test
/
Regression
/
Transforms
/
ADCE
/
2003-09-15-InfLoopCrash.ll
blob: 13b4f91cd661474668f7c382f0616117e43bdcd3 [
file
]
; RUN: llvm-as < %s | opt -adce -disable-output
int
%main
()
{
br
label
%loop
loop
:
br
label
%loop
}