summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/chain_order.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/chain_order.ll')
-rw-r--r--test/CodeGen/X86/chain_order.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/chain_order.ll b/test/CodeGen/X86/chain_order.ll
index 942dd8a591..056fd2741f 100644
--- a/test/CodeGen/X86/chain_order.ll
+++ b/test/CodeGen/X86/chain_order.ll
@@ -3,8 +3,8 @@
;CHECK: cftx020
;CHECK: vmovsd (%rdi), %xmm{{.*}}
;CHECK: vmovsd 16(%rdi), %xmm{{.*}}
-;CHECK: vmovsd 24(%rdi), %xmm{{.*}}
;CHECK: vmovhpd 8(%rdi), %xmm{{.*}}
+;CHECK: vmovsd 24(%rdi), %xmm{{.*}}
;CHECK: vmovupd %xmm{{.*}}, (%rdi)
;CHECK: vmovupd %xmm{{.*}}, 16(%rdi)
;CHECK: ret
@@ -35,3 +35,4 @@ entry:
store <2 x double> %14, <2 x double>* %15, align 8
ret void
}
+