summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/rip-rel-address.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/rip-rel-address.ll')
-rw-r--r--test/CodeGen/X86/rip-rel-address.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/rip-rel-address.ll b/test/CodeGen/X86/rip-rel-address.ll
index 24ff07b..b49d597 100644
--- a/test/CodeGen/X86/rip-rel-address.ll
+++ b/test/CodeGen/X86/rip-rel-address.ll
@@ -6,7 +6,7 @@
@a = internal global double 3.4
define double @foo() nounwind {
- %a = load double* @a
+ %a = load double, double* @a
ret double %a
; PIC64: movsd _a(%rip), %xmm0