Funnel the actual TargetTransformInfo pass from the SelectionDAGISel
[oota-llvm.git] / include / llvm / CodeGen / MachineRegisterInfo.h
index 0cf584fd71e2afdd90028e5d42119480802caf97..36427e90ca25f25186a085c68da3ff006209ea28 100644 (file)
@@ -156,6 +156,9 @@ public:
   // Strictly for use by MachineInstr.cpp.
   void removeRegOperandFromUseList(MachineOperand *MO);
 
+  // Strictly for use by MachineInstr.cpp.
+  void moveOperands(MachineOperand *Dst, MachineOperand *Src, unsigned NumOps);
+
   /// reg_begin/reg_end - Provide iteration support to walk over all definitions
   /// and uses of a register within the MachineFunction that corresponds to this
   /// MachineRegisterInfo object.