summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/Thumb2InstrInfo.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-11-07 04:04:34 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-11-07 04:04:34 +0000
commitd457e6e9a5cd975baf4d1f0578382ab8373e6153 (patch)
tree8d10c6d1e85c44f0c181437125831bcd0be53c81 /lib/Target/ARM/Thumb2InstrInfo.h
parent78e5c1140adc926e7c004748c1c912bfddd875b4 (diff)
Refactor code. Fix a potential missing check. Teach isIdentical() about tLDRpci_pic.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86330 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/Thumb2InstrInfo.h')
-rw-r--r--lib/Target/ARM/Thumb2InstrInfo.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Target/ARM/Thumb2InstrInfo.h b/lib/Target/ARM/Thumb2InstrInfo.h
index 2f25e917843..456e827ba2d 100644
--- a/lib/Target/ARM/Thumb2InstrInfo.h
+++ b/lib/Target/ARM/Thumb2InstrInfo.h
@@ -54,10 +54,6 @@ public:
unsigned DestReg, unsigned SubIdx,
const MachineInstr *Orig) const;
- bool isIdentical(const MachineInstr *MI,
- const MachineInstr *Other,
- const MachineRegisterInfo *MRI) const;
-
/// getRegisterInfo - TargetInstrInfo is a superset of MRegister info. As
/// such, whenever a client has an instance of instruction info, it should
/// always be able to get register info as well (through this method).