Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
3a49a6b5b85c4750e26a859ba9fed5984d7be09d
/
.
/
test
/
Transforms
/
ADCE
/
2003-09-15-InfLoopCrash.ll
blob: 13b4f91cd661474668f7c382f0616117e43bdcd3 [
file
] [
log
] [
blame
]
Chris Lattner
3a49a6b
2003-09-15 15:29:11 +0000
[
diff
] [
blame^
]
1
; RUN: llvm-as < %s | opt -adce -disable-output
2
3
int
%main
()
{
4
br
label
%loop
5
6
loop
:
7
br
label
%loop
8
}