diff options
Diffstat (limited to 'test/CodeGen/X86/early-ifcvt.ll')
-rw-r--r-- | test/CodeGen/X86/early-ifcvt.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/X86/early-ifcvt.ll b/test/CodeGen/X86/early-ifcvt.ll index 2606bd2..6215519 100644 --- a/test/CodeGen/X86/early-ifcvt.ll +++ b/test/CodeGen/X86/early-ifcvt.ll @@ -14,8 +14,8 @@ do.body: %min.0 = phi i32 [ 0, %entry ], [ %min.1, %do.cond ] %n.addr.0 = phi i32 [ %n, %entry ], [ %dec, %do.cond ] %p.addr.0 = phi i32* [ %p, %entry ], [ %incdec.ptr, %do.cond ] - %incdec.ptr = getelementptr inbounds i32* %p.addr.0, i64 1 - %0 = load i32* %p.addr.0, align 4 + %incdec.ptr = getelementptr inbounds i32, i32* %p.addr.0, i64 1 + %0 = load i32, i32* %p.addr.0, align 4 %cmp = icmp sgt i32 %0, %max.0 br i1 %cmp, label %do.cond, label %if.else @@ -108,7 +108,7 @@ if.end2042: ; preds = %while.body2038 br i1 undef, label %if.end2048, label %while.end2104 if.end2048: ; preds = %if.end2042 - %bsLive2054.pre = getelementptr inbounds i8* %s, i32 8 + %bsLive2054.pre = getelementptr inbounds i8, i8* %s, i32 8 br label %sw.bb2050 sw.bb2050: ; preds = %if.end2048, %if.end.sw.bb2050_crit_edge |