summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/loop-hoist.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-12-02 20:39:25 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-12-02 20:39:25 +0000
commita090f1f83c4eca9fdf38a3e29c1f050f5426281c (patch)
treec92f747af1425c4b049e66f7230ba0628c5e8fa6 /test/CodeGen/X86/loop-hoist.ll
parentee45c55fe669de28ce0a7dc267d27d92948e151f (diff)
downloadllvm-a090f1f83c4eca9fdf38a3e29c1f050f5426281c.tar.gz
llvm-a090f1f83c4eca9fdf38a3e29c1f050f5426281c.tar.bz2
llvm-a090f1f83c4eca9fdf38a3e29c1f050f5426281c.tar.xz
Rearrange code so that llvm-upgrade doesn't break the optimization this
test is trying to verify. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32135 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/loop-hoist.ll')
-rw-r--r--test/CodeGen/X86/loop-hoist.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/loop-hoist.ll b/test/CodeGen/X86/loop-hoist.ll
index 0eb20a52f5..3ee0cbc469 100644
--- a/test/CodeGen/X86/loop-hoist.ll
+++ b/test/CodeGen/X86/loop-hoist.ll
@@ -13,7 +13,7 @@ entry:
cond_true: ; preds = %cond_true, %entry
%indvar = phi uint [ 0, %entry ], [ %indvar.next, %cond_true ] ; <uint> [#uses=3]
%i.0.0 = cast uint %indvar to int ; <int> [#uses=1]
- %tmp = getelementptr [0 x int]* %Arr, int 0, uint %indvar ; <int*> [#uses=1]
+ %tmp = getelementptr [0 x int]* %Arr, int 0, int %i.0.0
store int %i.0.0, int* %tmp
%indvar.next = add uint %indvar, 1 ; <uint> [#uses=2]
%exitcond = seteq uint %indvar.next, %N ; <bool> [#uses=1]