From fef904d0e824a2c587f8c1063b6c4fbf47fec898 Mon Sep 17 00:00:00 2001 From: Akira Hatanaka Date: Sat, 21 Jul 2012 02:20:33 +0000 Subject: Revert accidental commit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160598 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Mips/MipsInstrInfo.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/Target/Mips/MipsInstrInfo.h') diff --git a/lib/Target/Mips/MipsInstrInfo.h b/lib/Target/Mips/MipsInstrInfo.h index 358f8173a0..b4721a7b39 100644 --- a/lib/Target/Mips/MipsInstrInfo.h +++ b/lib/Target/Mips/MipsInstrInfo.h @@ -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& Cond) const; void ExpandExtractElementF64(MachineBasicBlock &MBB, -- cgit v1.2.3