mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 06:32:09 +00:00
rename addU64Imm() to addImm64()
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21223 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c7bd4827cd
commit
2d4c883118
@ -108,9 +108,9 @@ public:
|
||||
return *this;
|
||||
}
|
||||
|
||||
/// addU64Imm - Add a new 64-bit immediate operand...
|
||||
/// addImm64 - Add a new 64-bit immediate operand...
|
||||
///
|
||||
const MachineInstrBuilder &addU64Imm(uint64_t Val) const {
|
||||
const MachineInstrBuilder &addImm64(uint64_t Val) const {
|
||||
MI->addZeroExtImm64Operand(Val);
|
||||
return *this;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user