diff options
Diffstat (limited to 'llvm/lib/Target/Lanai/LanaiInstrInfo.h')
-rw-r--r-- | llvm/lib/Target/Lanai/LanaiInstrInfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/Lanai/LanaiInstrInfo.h b/llvm/lib/Target/Lanai/LanaiInstrInfo.h index 59a04d2cc3889..c7741dd7437f8 100644 --- a/llvm/lib/Target/Lanai/LanaiInstrInfo.h +++ b/llvm/lib/Target/Lanai/LanaiInstrInfo.h @@ -48,8 +48,8 @@ public: int &FrameIndex) const override; void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator Position, - const DebugLoc &DL, unsigned DestinationRegister, - unsigned SourceRegister, bool KillSource) const override; + const DebugLoc &DL, MCRegister DestinationRegister, + MCRegister SourceRegister, bool KillSource) const override; void storeRegToStackSlot(MachineBasicBlock &MBB, |