Simplify definition of FP move instructions.
[oota-llvm.git] / lib / Target / Mips / MipsInstrInfo.cpp
index 533f6fcc13fedf3b9cca759fc668a7ca472c0707..b79b521a2339d36b8e23b4a57907393e23514938 100644 (file)
@@ -119,7 +119,7 @@ copyPhysReg(MachineBasicBlock &MBB,
       Opc = Mips::MTLO, DestReg = 0;
   }
   else if (Mips::FGR32RegClass.contains(DestReg, SrcReg))
-    Opc = Mips::FMOV_S32;
+    Opc = Mips::FMOV_S;
   else if (Mips::AFGR64RegClass.contains(DestReg, SrcReg))
     Opc = Mips::FMOV_D32;
   else if (Mips::CCRRegClass.contains(DestReg, SrcReg))