mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 02:43:51 +00:00
int64_t -> int
llvm-svn: 11977
This commit is contained in:
parent
34977159b3
commit
8b7ac81d2e
@ -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…
x
Reference in New Issue
Block a user