aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/ADCE/2003-09-15-InfLoopCrash.ll
blob: 13b4f91cd661474668f7c382f0616117e43bdcd3 (plain)
1
2
3
4
5
6
7
8
; RUN: llvm-as < %s | opt -adce -disable-output

int %main() {
	br label %loop

loop:
	br label %loop
}