From: Chris Lattner Date: Sun, 15 Aug 2004 21:55:29 +0000 (+0000) Subject: Eliminate the RegisterClass argument, since it can easily be derived from X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=ed6655920fe65a0e627b0de198793104663ee11e Eliminate the RegisterClass argument, since it can easily be derived from the regno git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15773 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/MRegisterInfo.h b/include/llvm/Target/MRegisterInfo.h index 2ca22b00b6b..dc2de003094 100644 --- a/include/llvm/Target/MRegisterInfo.h +++ b/include/llvm/Target/MRegisterInfo.h @@ -239,13 +239,11 @@ public: virtual int storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI, - unsigned SrcReg, int FrameIndex, - const TargetRegisterClass *RC) const = 0; + unsigned SrcReg, int FrameIndex) const = 0; virtual int loadRegFromStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI, - unsigned DestReg, int FrameIndex, - const TargetRegisterClass *RC) const = 0; + unsigned DestReg, int FrameIndex) const = 0; virtual int copyRegToReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI,