diff options
Diffstat (limited to 'test/CodeGen/X86/2011-02-21-VirtRegRewriter-KillSubReg.ll')
-rw-r--r-- | test/CodeGen/X86/2011-02-21-VirtRegRewriter-KillSubReg.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/2011-02-21-VirtRegRewriter-KillSubReg.ll b/test/CodeGen/X86/2011-02-21-VirtRegRewriter-KillSubReg.ll index f982723..7821f05 100644 --- a/test/CodeGen/X86/2011-02-21-VirtRegRewriter-KillSubReg.ll +++ b/test/CodeGen/X86/2011-02-21-VirtRegRewriter-KillSubReg.ll @@ -18,7 +18,7 @@ if.then751: if.then758: %add761 = add i32 %call747, 4 %add763 = add i32 %add761, %call747 - %add.ptr768 = getelementptr inbounds [516 x i8]* null, i32 0, i32 %add761 + %add.ptr768 = getelementptr inbounds [516 x i8], [516 x i8]* null, i32 0, i32 %add761 br i1 undef, label %cond.false783, label %cond.true771 cond.true771: @@ -33,7 +33,7 @@ cond.false783: cond.end791: %conv801 = trunc i32 %call747 to i8 %add.ptr822.sum = add i32 %call747, 3 - %arrayidx833 = getelementptr inbounds [516 x i8]* null, i32 0, i32 %add.ptr822.sum + %arrayidx833 = getelementptr inbounds [516 x i8], [516 x i8]* null, i32 0, i32 %add.ptr822.sum store i8 %conv801, i8* %arrayidx833, align 1 %cmp841 = icmp eq i8* undef, null br i1 %cmp841, label %if.end849, label %if.then843 |