diff options
Diffstat (limited to 'test/CodeGen/X86/misched-new.ll')
-rw-r--r-- | test/CodeGen/X86/misched-new.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/X86/misched-new.ll b/test/CodeGen/X86/misched-new.ll index 89e45b7..410a7f3 100644 --- a/test/CodeGen/X86/misched-new.ll +++ b/test/CodeGen/X86/misched-new.ll @@ -90,12 +90,12 @@ define void @hasundef() unnamed_addr uwtable ssp align 2 { ; TOPDOWN: movzbl %al ; TOPDOWN: ret define void @testSubregTracking() nounwind uwtable ssp align 2 { - %tmp = load i8* undef, align 1 + %tmp = load i8, i8* undef, align 1 %tmp6 = sub i8 0, %tmp - %tmp7 = load i8* undef, align 1 + %tmp7 = load i8, i8* undef, align 1 %tmp8 = udiv i8 %tmp6, %tmp7 %tmp9 = zext i8 %tmp8 to i64 - %tmp10 = load i8* undef, align 1 + %tmp10 = load i8, i8* undef, align 1 %tmp11 = zext i8 %tmp10 to i64 %tmp12 = mul i64 %tmp11, %tmp9 %tmp13 = urem i8 %tmp6, %tmp7 |