diff options
Diffstat (limited to 'llvm/test/Transforms/IndVarSimplify/2014-06-21-congruent-constant.ll')
-rw-r--r-- | llvm/test/Transforms/IndVarSimplify/2014-06-21-congruent-constant.ll | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/llvm/test/Transforms/IndVarSimplify/2014-06-21-congruent-constant.ll b/llvm/test/Transforms/IndVarSimplify/2014-06-21-congruent-constant.ll index 2c738de32e0..1d80e751dca 100644 --- a/llvm/test/Transforms/IndVarSimplify/2014-06-21-congruent-constant.ll +++ b/llvm/test/Transforms/IndVarSimplify/2014-06-21-congruent-constant.ll @@ -13,9 +13,9 @@ entry: br i1 undef, label %for.end12, label %for.cond.preheader for.cond.preheader: ; preds = %entry - %0 = load i32*** @c, align 8 - %1 = load i32** %0, align 8 - %2 = load i32* %1, align 4 + %0 = load i32**, i32*** @c, align 8 + %1 = load i32*, i32** %0, align 8 + %2 = load i32, i32* %1, align 4 br label %for.body for.body: ; preds = %for.cond.backedge, %for.body9.us, %for.cond.preheader @@ -26,7 +26,7 @@ for.body: ; preds = %for.cond.backedge, br i1 %tobool1, label %if.end, label %for.cond.backedge if.end: ; preds = %for.body - %5 = load i32* %3, align 4 + %5 = load i32, i32* %3, align 4 %tobool4 = icmp eq i32 %5, 0 br i1 %tobool4, label %for.cond3, label %for.body9.preheader @@ -35,8 +35,8 @@ for.body9.preheader: ; preds = %if.end br i1 %tobool8, label %for.body9.us, label %for.body9 for.body9.us: ; preds = %for.body9.preheader - %6 = load i32** undef, align 8 - %7 = load i32* %6, align 4 + %6 = load i32*, i32** undef, align 8 + %7 = load i32, i32* %6, align 4 br label %for.body for.cond3: ; preds = %for.cond3, %if.end |