Mark that the return is using EAX so that we don't use it for some other
[llvm.git] / test / Analysis / Dominators / 2007-07-12-SplitBlock.ll
blobb46f0c75e10abb03b254ddd8d09daf1d328d82ed
1 ; RUN: opt < %s -loop-rotate -licm -loop-unswitch -disable-output
3 define i32 @main(i32 %argc, i8** %argv) {
4 entry:
5         br label %bb7
7 bb7:            ; preds = %bb7, %entry
8         %tmp54 = icmp slt i32 0, 2000000                ; <i1> [#uses=1]
9         br i1 %tmp54, label %bb7, label %bb56
11 bb56:           ; preds = %bb7
12         ret i32 0