aboutsummaryrefslogtreecommitdiffstats
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
commit0841e77fe8580b74d80f6432a4f5bfc78a80fd60 (patch)
treef6141ce0d1da02a076f9fdb83dd3c5809f7ed33e /lib/Target/ARM/Thumb1InstrInfo.h
parentdf827f201fc83119ba8d0d89d6ecb7d8fb2b012c (diff)
downloadexternal_llvm-0841e77fe8580b74d80f6432a4f5bfc78a80fd60.zip
external_llvm-0841e77fe8580b74d80f6432a4f5bfc78a80fd60.tar.gz
external_llvm-0841e77fe8580b74d80f6432a4f5bfc78a80fd60.tar.bz2
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 eeeaa23..aa2c0ec 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,