diff options
Diffstat (limited to 'test/CodeGen/X86/loop-hoist.ll')
-rw-r--r-- | test/CodeGen/X86/loop-hoist.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/loop-hoist.ll b/test/CodeGen/X86/loop-hoist.ll index c103e29..8de240c 100644 --- a/test/CodeGen/X86/loop-hoist.ll +++ b/test/CodeGen/X86/loop-hoist.ll @@ -16,7 +16,7 @@ entry: cond_true: ; preds = %cond_true, %entry %indvar = phi i32 [ %x, %entry ], [ %indvar.next, %cond_true ] ; <i32> [#uses=2] %i.0.0 = bitcast i32 %indvar to i32 ; <i32> [#uses=2] - %tmp = getelementptr [0 x i32]* @Arr, i32 0, i32 %i.0.0 ; <i32*> [#uses=1] + %tmp = getelementptr [0 x i32], [0 x i32]* @Arr, i32 0, i32 %i.0.0 ; <i32*> [#uses=1] store i32 %i.0.0, i32* %tmp %indvar.next = add i32 %indvar, 1 ; <i32> [#uses=2] %exitcond = icmp eq i32 %indvar.next, %N ; <i1> [#uses=1] |