summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/Mips16InstrInfo.h
diff options
context:
space:
mode:
authorReed Kotler <rkotler@mips.com>2013-12-06 00:13:50 +0000
committerReed Kotler <rkotler@mips.com>2013-12-06 00:13:50 +0000
commitdee63f414db473df07c846da0fc59621fb401cfa (patch)
treede68098056c79b6725a71791a14fba288f54e639 /lib/Target/Mips/Mips16InstrInfo.h
parentab906d0048a4d52dea3511470fa65ff28e657ba3 (diff)
downloadllvm-dee63f414db473df07c846da0fc59621fb401cfa.tar.gz
llvm-dee63f414db473df07c846da0fc59621fb401cfa.tar.bz2
llvm-dee63f414db473df07c846da0fc59621fb401cfa.tar.xz
Delete dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196551 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/Mips16InstrInfo.h')
-rw-r--r--lib/Target/Mips/Mips16InstrInfo.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Target/Mips/Mips16InstrInfo.h b/lib/Target/Mips/Mips16InstrInfo.h
index d9a594b537..e93925c886 100644
--- a/lib/Target/Mips/Mips16InstrInfo.h
+++ b/lib/Target/Mips/Mips16InstrInfo.h
@@ -88,11 +88,6 @@ public:
MachineBasicBlock::iterator II, DebugLoc DL,
unsigned &NewImm) const;
- unsigned basicLoadImmediate(unsigned FrameReg,
- int64_t Imm, MachineBasicBlock &MBB,
- MachineBasicBlock::iterator II, DebugLoc DL,
- unsigned &NewImm) const;
-
static bool validImmediate(unsigned Opcode, unsigned Reg, int64_t Amount);
static bool validSpImm8(int offset) {