diff options
Diffstat (limited to 'test/Transforms/IndVarSimplify/pr22222.ll')
-rw-r--r-- | test/Transforms/IndVarSimplify/pr22222.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/IndVarSimplify/pr22222.ll b/test/Transforms/IndVarSimplify/pr22222.ll index ccdfe53..d1f0490 100644 --- a/test/Transforms/IndVarSimplify/pr22222.ll +++ b/test/Transforms/IndVarSimplify/pr22222.ll @@ -9,7 +9,7 @@ declare void @abort() #1 ; Function Attrs: nounwind ssp uwtable define i32 @main() { entry: - %a.promoted13 = load i32* @a, align 4 + %a.promoted13 = load i32, i32* @a, align 4 br label %for.cond1.preheader for.cond1.preheader: ; preds = %entry, %for.end |