aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis/Dominators/2007-07-12-SplitBlock.ll
blob: 1748daf4f393267d56402a0004079410a5b07828 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; RUN: llvm-as < %s |  opt -loop-rotate -licm -loop-unswitch -disable-output

define i32 @main(i32 %argc, i8** %argv) {
entry:
	br label %bb7

bb7:		; preds = %bb7, %entry
	%tmp54 = icmp slt i32 0, 2000000		; <i1> [#uses=1]
	br i1 %tmp54, label %bb7, label %bb56

bb56:		; preds = %bb7
	ret i32 0
}