diff options
Diffstat (limited to 'test/Transforms/LoopStrengthReduce/2005-08-17-OutOfLoopVariant.ll')
-rw-r--r-- | test/Transforms/LoopStrengthReduce/2005-08-17-OutOfLoopVariant.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopStrengthReduce/2005-08-17-OutOfLoopVariant.ll b/test/Transforms/LoopStrengthReduce/2005-08-17-OutOfLoopVariant.ll index f1c523a..3e52dff 100644 --- a/test/Transforms/LoopStrengthReduce/2005-08-17-OutOfLoopVariant.ll +++ b/test/Transforms/LoopStrengthReduce/2005-08-17-OutOfLoopVariant.ll @@ -6,7 +6,7 @@ loopentry.1.outer: br label %loopentry.1 loopentry.1: ; preds = %loopentry.1, %loopentry.1.outer %i.3 = phi i32 [ 0, %loopentry.1.outer ], [ %i.3.be, %loopentry.1 ] ; <i32> [#uses=2] - %tmp.390 = load i32* null ; <i32> [#uses=1] + %tmp.390 = load i32, i32* null ; <i32> [#uses=1] %tmp.392 = mul i32 %tmp.390, %j.2.1.ph ; <i32> [#uses=1] %tmp.394 = add i32 %tmp.392, %i.3 ; <i32> [#uses=1] %i.3.be = add i32 %i.3, 1 ; <i32> [#uses=1] |