diff options
Diffstat (limited to 'test/CodeGen/X86/mulx64.ll')
-rw-r--r-- | test/CodeGen/X86/mulx64.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/mulx64.ll b/test/CodeGen/X86/mulx64.ll index d573028..808c022 100644 --- a/test/CodeGen/X86/mulx64.ll +++ b/test/CodeGen/X86/mulx64.ll @@ -11,7 +11,7 @@ define i128 @f1(i64 %a, i64 %b) { } define i128 @f2(i64 %a, i64* %p) { - %b = load i64* %p + %b = load i64, i64* %p %x = zext i64 %a to i128 %y = zext i64 %b to i128 %r = mul i128 %x, %y |