int64_t -> int

llvm-svn: 11977
This commit is contained in:
Chris Lattner 2004-02-29 05:07:02 +00:00
parent 34977159b3
commit 8b7ac81d2e

View File

@ -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");