diff options
Diffstat (limited to 'test/CodeGen/X86/pr12360.ll')
-rw-r--r-- | test/CodeGen/X86/pr12360.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/pr12360.ll b/test/CodeGen/X86/pr12360.ll index 6734036..3e762da 100644 --- a/test/CodeGen/X86/pr12360.ll +++ b/test/CodeGen/X86/pr12360.ll @@ -6,7 +6,7 @@ define zeroext i1 @f1(i8* %x) { ; CHECK-NEXT: ret entry: - %0 = load i8* %x, align 1, !range !0 + %0 = load i8, i8* %x, align 1, !range !0 %tobool = trunc i8 %0 to i1 ret i1 %tobool } @@ -17,7 +17,7 @@ define zeroext i1 @f2(i8* %x) { ; CHECK-NEXT: ret entry: - %0 = load i8* %x, align 1, !range !0 + %0 = load i8, i8* %x, align 1, !range !0 %tobool = icmp ne i8 %0, 0 ret i1 %tobool } |