From: Chris Lattner Date: Fri, 30 Sep 2005 01:28:14 +0000 (+0000) Subject: Change these methods to take RC's X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=294f41d5fc713350f060656e562c34ddf1cbe1c6;p=oota-llvm.git Change these methods to take RC's git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23535 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/MRegisterInfo.h b/include/llvm/Target/MRegisterInfo.h index 9ddb4953f78..ed8ea23c88c 100644 --- a/include/llvm/Target/MRegisterInfo.h +++ b/include/llvm/Target/MRegisterInfo.h @@ -239,11 +239,13 @@ public: virtual void storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI, - unsigned SrcReg, int FrameIndex) const = 0; + unsigned SrcReg, int FrameIndex, + const TargetRegisterClass *RC) const = 0; virtual void loadRegFromStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI, - unsigned DestReg, int FrameIndex) const = 0; + unsigned DestReg, int FrameIndex, + const TargetRegisterClass *RC) const = 0; virtual void copyRegToReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI,