aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/i128-ret.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/i128-ret.ll')
-rw-r--r--test/CodeGen/X86/i128-ret.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/i128-ret.ll b/test/CodeGen/X86/i128-ret.ll
index 264f07c..1d76471 100644
--- a/test/CodeGen/X86/i128-ret.ll
+++ b/test/CodeGen/X86/i128-ret.ll
@@ -4,7 +4,7 @@
; CHECK: movq 8([[A0]]), %rdx
define i128 @test(i128 *%P) {
- %A = load i128* %P
+ %A = load i128, i128* %P
ret i128 %A
}