From dced03fc846fa7cd9558ecb8e33ca98ec29bdcf0 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Mon, 27 Jul 2009 00:24:36 +0000 Subject: 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 --- lib/Target/ARM/Thumb1InstrInfo.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/Target/ARM/Thumb1InstrInfo.h') 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 &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, -- cgit v1.2.3