diff options
Diffstat (limited to 'test/Transforms/SimplifyCFG/multiple-phis.ll')
-rw-r--r-- | test/Transforms/SimplifyCFG/multiple-phis.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/SimplifyCFG/multiple-phis.ll b/test/Transforms/SimplifyCFG/multiple-phis.ll index 7845423..a6eef09 100644 --- a/test/Transforms/SimplifyCFG/multiple-phis.ll +++ b/test/Transforms/SimplifyCFG/multiple-phis.ll @@ -22,8 +22,8 @@ while.body: ; preds = %while.cond %add = add i32 %low.0, %high.addr.0 %div = udiv i32 %add, 2 %idxprom = zext i32 %div to i64 - %arrayidx = getelementptr inbounds i32* %r, i64 %idxprom - %0 = load i32* %arrayidx + %arrayidx = getelementptr inbounds i32, i32* %r, i64 %idxprom + %0 = load i32, i32* %arrayidx %cmp1 = icmp ult i32 %k, %0 br i1 %cmp1, label %if.then, label %if.else |