[MCJIT] Remove extraneous parentheses in test case.
[oota-llvm.git] / test / Transforms / LoopUnroll / 2007-04-16-PhiUpdate.ll
1 ; PR 1334
2 ; RUN: opt < %s -loop-unroll -disable-output
3
4 define void @sal__math_float_manipulator_7__math__joint_array_dcv_ops__Omultiply__3([6 x float]* %agg.result) {
5 entry:
6         %tmp282911 = zext i8 0 to i32           ; <i32> [#uses=1]
7         br label %cond_next
8 cond_next:              ; preds = %cond_next, %entry
9         %indvar = phi i8 [ 0, %entry ], [ %indvar.next, %cond_next ]            ; <i8> [#uses=1]
10         %indvar.next = add i8 %indvar, 1                ; <i8> [#uses=2]
11         %exitcond = icmp eq i8 %indvar.next, 7          ; <i1> [#uses=1]
12         br i1 %exitcond, label %bb27, label %cond_next
13 bb27:           ; preds = %cond_next
14         %tmp282911.lcssa = phi i32 [ %tmp282911, %cond_next ]           ; <i32> [#uses=0]
15         ret void
16 }
17