Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
ba4733d901b1c2b994f66707657342b8c81c92bc
/
.
/
test
/
Transforms
/
ADCE
/
2003-09-15-InfLoopCrash.ll
blob: 13b4f91cd661474668f7c382f0616117e43bdcd3 [
file
] [
log
] [
blame
]
; RUN: llvm-as < %s | opt -adce -disable-output
int
%main
()
{
br
label
%loop
loop
:
br
label
%loop
}