summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/Thumb1InstrInfo.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-07-27 00:24:36 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-07-27 00:24:36 +0000
commitdced03fc846fa7cd9558ecb8e33ca98ec29bdcf0 (patch)
tree3602ce5fb311a6cd4f15747473e0dddc1ddab17a /lib/Target/ARM/Thumb1InstrInfo.h
parent68e3c6ae49ff67cba98403e43b5bd0c2499caa41 (diff)
downloadllvm-dced03fc846fa7cd9558ecb8e33ca98ec29bdcf0.tar.gz
llvm-dced03fc846fa7cd9558ecb8e33ca98ec29bdcf0.tar.bz2
llvm-dced03fc846fa7cd9558ecb8e33ca98ec29bdcf0.tar.xz
Merge isLoadFromStackSlot into one since it behaves the same regardless of sub-target.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77174 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/Thumb1InstrInfo.h')
-rw-r--r--lib/Target/ARM/Thumb1InstrInfo.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Target/ARM/Thumb1InstrInfo.h b/lib/Target/ARM/Thumb1InstrInfo.h
index aa2c0ec73d..e227ce17ad 100644
--- a/lib/Target/ARM/Thumb1InstrInfo.h
+++ b/lib/Target/ARM/Thumb1InstrInfo.h
@@ -50,11 +50,6 @@ public:
MachineBasicBlock::iterator MI,
const std::vector<CalleeSavedInfo> &CSI) const;
- unsigned isLoadFromStackSlot(const MachineInstr *MI,
- int &FrameIndex) const;
- unsigned isStoreToStackSlot(const MachineInstr *MI,
- int &FrameIndex) const;
-
bool copyRegToReg(MachineBasicBlock &MBB,
MachineBasicBlock::iterator I,
unsigned DestReg, unsigned SrcReg,