mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
rename addU64Imm() to addImm64()
llvm-svn: 21223
This commit is contained in:
parent
783fe2108e
commit
b7227cd315
@ -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