Revert accidental commit.
[oota-llvm.git] / lib / Target / Mips / MipsInstrInfo.h
index 358f8173a041497861541adfcbcf68018493c811..b4721a7b39a479a69dcc7c297845ba24a642ad4e 100644 (file)
@@ -27,7 +27,7 @@ namespace llvm {
 
 class MipsInstrInfo : public MipsGenInstrInfo {
   MipsTargetMachine &TM;
-  bool IsN64; bool InMips16Mode;
+  bool IsN64;
   const MipsRegisterInfo RI;
   unsigned UncondBrOpc;
 public:
@@ -65,9 +65,6 @@ public:
 private:
   void ExpandRetRA(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
                    unsigned Opc) const;
-  void ExpandRetRA16(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
-                   unsigned Opc) const;
-
   void BuildCondBr(MachineBasicBlock &MBB, MachineBasicBlock *TBB, DebugLoc DL,
                    const SmallVectorImpl<MachineOperand>& Cond) const;
   void ExpandExtractElementF64(MachineBasicBlock &MBB,