Part one of switching to using a more sane heuristic for determining if-conversion...
[oota-llvm.git] / lib / Target / ARM / Thumb2InstrInfo.h
index b66be8eac48f5433454134662b3857c9b13817ac..9ed7eea7e2dbfe7174fb8293be54224dfb38248f 100644 (file)
@@ -38,11 +38,6 @@ public:
   bool isLegalToSplitMBBAt(MachineBasicBlock &MBB,
                            MachineBasicBlock::iterator MBBI) const;
 
-  bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumInstrs) const;
-  
-  bool isProfitableToIfCvt(MachineBasicBlock &TMBB, unsigned NumTInstrs,
-                           MachineBasicBlock &FMBB, unsigned NumFInstrs) const;
-
   void copyPhysReg(MachineBasicBlock &MBB,
                    MachineBasicBlock::iterator I, DebugLoc DL,
                    unsigned DestReg, unsigned SrcReg,