diff options
Diffstat (limited to 'include/llvm')
-rw-r--r-- | include/llvm/Target/MRegisterInfo.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/Target/MRegisterInfo.h b/include/llvm/Target/MRegisterInfo.h index dab5d20..14ed694 100644 --- a/include/llvm/Target/MRegisterInfo.h +++ b/include/llvm/Target/MRegisterInfo.h @@ -506,7 +506,8 @@ public: virtual void copyRegToReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI, unsigned DestReg, unsigned SrcReg, - const TargetRegisterClass *RC) const = 0; + const TargetRegisterClass *DestRC, + const TargetRegisterClass *SrcRC) const = 0; /// reMaterialize - Re-issue the specified 'original' instruction at the /// specific location targeting a new destination register. |