summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/Thumb1InstrInfo.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-07-27 00:05:15 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-07-27 00:05:15 +0000
commit68e3c6ae49ff67cba98403e43b5bd0c2499caa41 (patch)
treef6141ce0d1da02a076f9fdb83dd3c5809f7ed33e /lib/Target/ARM/Thumb1InstrInfo.h
parentd83360694a6d82772cf31a0be8a64570c2e5cb88 (diff)
downloadllvm-68e3c6ae49ff67cba98403e43b5bd0c2499caa41.tar.gz
llvm-68e3c6ae49ff67cba98403e43b5bd0c2499caa41.tar.bz2
llvm-68e3c6ae49ff67cba98403e43b5bd0c2499caa41.tar.xz
Just use a single isMoveInstr to catch all the cases.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77173 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/Thumb1InstrInfo.h')
-rw-r--r--lib/Target/ARM/Thumb1InstrInfo.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Target/ARM/Thumb1InstrInfo.h b/lib/Target/ARM/Thumb1InstrInfo.h
index eeeaa23576..aa2c0ec73d 100644
--- a/lib/Target/ARM/Thumb1InstrInfo.h
+++ b/lib/Target/ARM/Thumb1InstrInfo.h
@@ -50,9 +50,6 @@ public:
MachineBasicBlock::iterator MI,
const std::vector<CalleeSavedInfo> &CSI) const;
- bool isMoveInstr(const MachineInstr &MI,
- unsigned &SrcReg, unsigned &DstReg,
- unsigned &SrcSubIdx, unsigned &DstSubIdx) const;
unsigned isLoadFromStackSlot(const MachineInstr *MI,
int &FrameIndex) const;
unsigned isStoreToStackSlot(const MachineInstr *MI,