mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
int64_t -> int
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11977 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6a8a9b4413
commit
561c0107b2
@ -107,7 +107,7 @@ void MachineInstr::SetMachineOperandVal(unsigned i,
|
||||
void
|
||||
MachineInstr::SetMachineOperandConst(unsigned i,
|
||||
MachineOperand::MachineOperandType opTy,
|
||||
int64_t intValue) {
|
||||
int intValue) {
|
||||
assert(i < getNumOperands()); // must be explicit op
|
||||
assert(TargetInstrDescriptors[Opcode].resultPos != (int) i &&
|
||||
"immed. constant cannot be defined");
|
||||
|
Loading…
Reference in New Issue
Block a user