unbreak the build
authorChris Lattner <sabre@nondot.org>
Mon, 27 Mar 2006 16:52:45 +0000 (16:52 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 27 Mar 2006 16:52:45 +0000 (16:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27174 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86InstrSSE.td

index b7f4b20bd7787de1ea43cded818e8a9c28cd8e6b..4daa7ca8cb1633f25daf1fbf6f979f60f17df411 100644 (file)
@@ -493,7 +493,7 @@ def MOVHLPSrr : PSI<0x12, MRMSrcReg, (ops VR128:$dst, VR128:$src1, VR128:$src2),
 
 def MOVMSKPSrr : PSI<0x50, MRMSrcReg, (ops R32:$dst, VR128:$src),
                      "movmskps {$src, $dst|$dst, $src}",
-                     [(set R32:$dst, (int_x86_sse_movmskps VR128:$src))]>;
+                     [(set R32:$dst, (int_x86_sse_movmsk_ps VR128:$src))]>;
 def MOVMSKPDrr : PSI<0x50, MRMSrcReg, (ops R32:$dst, VR128:$src),
                      "movmskpd {$src, $dst|$dst, $src}",
                      [(set R32:$dst, (int_x86_sse2_movmskpd VR128:$src))]>;