diff options
| author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-07-16 22:35:46 +0000 |
|---|---|---|
| committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-07-16 22:35:46 +0000 |
| commit | 805f0c5b16c2b545eb39bec4e5d029a0b270e64e (patch) | |
| tree | 75935c3cf8e6533ddac2b69d9f406335d165d772 /lib/Target/Alpha/AlphaInstrInfo.h | |
| parent | de13a12e16c28b296c198ed0e7c4f597398f5eef (diff) | |
| download | external_llvm-805f0c5b16c2b545eb39bec4e5d029a0b270e64e.zip external_llvm-805f0c5b16c2b545eb39bec4e5d029a0b270e64e.tar.gz external_llvm-805f0c5b16c2b545eb39bec4e5d029a0b270e64e.tar.bz2 | |
Remove the isMoveInstr() hook.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108567 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha/AlphaInstrInfo.h')
| -rw-r--r-- | lib/Target/Alpha/AlphaInstrInfo.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Target/Alpha/AlphaInstrInfo.h b/lib/Target/Alpha/AlphaInstrInfo.h index e20e832..ee6077a 100644 --- a/lib/Target/Alpha/AlphaInstrInfo.h +++ b/lib/Target/Alpha/AlphaInstrInfo.h @@ -30,12 +30,6 @@ public: /// virtual const AlphaRegisterInfo &getRegisterInfo() const { return RI; } - /// Return true if the instruction is a register to register move and return - /// the source and dest operands and their sub-register indices by reference. - virtual bool isMoveInstr(const MachineInstr &MI, - unsigned &SrcReg, unsigned &DstReg, - unsigned &SrcSubIdx, unsigned &DstSubIdx) const; - virtual unsigned isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const; virtual unsigned isStoreToStackSlot(const MachineInstr *MI, |
