aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/ret-mmx.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/ret-mmx.ll')
-rw-r--r--test/CodeGen/X86/ret-mmx.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/ret-mmx.ll b/test/CodeGen/X86/ret-mmx.ll
index 091fd53..fc9c78d 100644
--- a/test/CodeGen/X86/ret-mmx.ll
+++ b/test/CodeGen/X86/ret-mmx.ll
@@ -34,6 +34,7 @@ define double @t4() nounwind {
ret double bitcast (<2 x i32> <i32 1, i32 0> to double)
; CHECK-LABEL: t4:
; CHECK: movl $1
+; CHECK-NOT: pshufd
; CHECK: movd {{.*}}, %xmm0
}