summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsInstrInfo.h
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@mips.com>2012-07-21 02:20:33 +0000
committerAkira Hatanaka <ahatanaka@mips.com>2012-07-21 02:20:33 +0000
commitfef904d0e824a2c587f8c1063b6c4fbf47fec898 (patch)
treefc2126e326e44248679b8a01ba7716b6a01618de /lib/Target/Mips/MipsInstrInfo.h
parentb7dd9fc678ab4b4c57d333cd9940b0e0d7952ea6 (diff)
downloadllvm-fef904d0e824a2c587f8c1063b6c4fbf47fec898.tar.gz
llvm-fef904d0e824a2c587f8c1063b6c4fbf47fec898.tar.bz2
llvm-fef904d0e824a2c587f8c1063b6c4fbf47fec898.tar.xz
Revert accidental commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160598 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsInstrInfo.h')
-rw-r--r--lib/Target/Mips/MipsInstrInfo.h5
1 files changed, 1 insertions, 4 deletions
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<MachineOperand>& Cond) const;
void ExpandExtractElementF64(MachineBasicBlock &MBB,