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

int %main() {
	br label %loop

loop:
	br label %loop
}