diff options
Diffstat (limited to 'test/CodeGen/X86/2011-03-09-Physreg-Coalescing.ll')
-rw-r--r-- | test/CodeGen/X86/2011-03-09-Physreg-Coalescing.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/2011-03-09-Physreg-Coalescing.ll b/test/CodeGen/X86/2011-03-09-Physreg-Coalescing.ll index e48edf7..9fe6a77 100644 --- a/test/CodeGen/X86/2011-03-09-Physreg-Coalescing.ll +++ b/test/CodeGen/X86/2011-03-09-Physreg-Coalescing.ll @@ -12,10 +12,10 @@ declare fastcc i8* @save_string(i8* %d, i8* nocapture %s) nounwind define i32 @cvtchar(i8* nocapture %sp) nounwind { %temp.i = alloca [2 x i8], align 1 - %tmp1 = load i8* %sp, align 1 + %tmp1 = load i8, i8* %sp, align 1 %div = udiv i8 %tmp1, 10 %rem = urem i8 %div, 10 - %arrayidx.i = getelementptr inbounds [2 x i8]* %temp.i, i32 0, i32 0 + %arrayidx.i = getelementptr inbounds [2 x i8], [2 x i8]* %temp.i, i32 0, i32 0 store i8 %rem, i8* %arrayidx.i, align 1 %call.i = call fastcc i8* @save_string(i8* %sp, i8* %arrayidx.i) nounwind ret i32 undef |