diff options
Diffstat (limited to 'llvm/lib/Target/CSKY/CSKYInstrInfo.h')
| -rw-r--r-- | llvm/lib/Target/CSKY/CSKYInstrInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/CSKY/CSKYInstrInfo.h b/llvm/lib/Target/CSKY/CSKYInstrInfo.h index 1a1bbbf9154f..a979b0bf4b0d 100644 --- a/llvm/lib/Target/CSKY/CSKYInstrInfo.h +++ b/llvm/lib/Target/CSKY/CSKYInstrInfo.h @@ -79,7 +79,7 @@ public: // Materializes the given integer Val into DstReg. Register movImm(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, - const DebugLoc &DL, int64_t Val, + const DebugLoc &DL, uint64_t Val, MachineInstr::MIFlag Flag = MachineInstr::NoFlags) const; }; |
