CodeGen peephole: fold redundant phys reg copies
[oota-llvm.git] / test / CodeGen / X86 / ret-mmx.ll
index 091fd5398496ce1c6d6475a96c5050cc3b727a7e..fc9c78d1bbeba4cff2c37d6d9c331a4c997cfffc 100644 (file)
@@ -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
 }