diff options
Diffstat (limited to 'test/Transforms/IndVarSimplify/2008-10-03-CouldNotCompute.ll')
-rw-r--r-- | test/Transforms/IndVarSimplify/2008-10-03-CouldNotCompute.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/IndVarSimplify/2008-10-03-CouldNotCompute.ll b/test/Transforms/IndVarSimplify/2008-10-03-CouldNotCompute.ll index 23e7884..1248154 100644 --- a/test/Transforms/IndVarSimplify/2008-10-03-CouldNotCompute.ll +++ b/test/Transforms/IndVarSimplify/2008-10-03-CouldNotCompute.ll @@ -8,7 +8,7 @@ entry: br i1 false, label %bb.nph, label %return bb.nph: ; preds = %entry - %0 = load i32* @foo, align 4 ; <i32> [#uses=1] + %0 = load i32, i32* @foo, align 4 ; <i32> [#uses=1] %1 = sext i32 %0 to i64 ; <i64> [#uses=1] br label %bb |