summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineInstr.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-02-29 05:07:02 +0000
committerChris Lattner <sabre@nondot.org>2004-02-29 05:07:02 +0000
commit44b1b22a2dcb21a273a7ed724bca7c91934faa47 (patch)
treeffd453ed17b4f35a9ca33ae112ce2fa028d9ec51 /llvm/lib/CodeGen/MachineInstr.cpp
parenta33f2b3731439532aa0e2760ba238c9981be2ee2 (diff)
downloadbcm5719-llvm-44b1b22a2dcb21a273a7ed724bca7c91934faa47.tar.gz
bcm5719-llvm-44b1b22a2dcb21a273a7ed724bca7c91934faa47.zip
int64_t -> int
llvm-svn: 11977
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineInstr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineInstr.cpp b/llvm/lib/CodeGen/MachineInstr.cpp
index 1e77988be5d..b2b3caa0e6c 100644
--- a/llvm/lib/CodeGen/MachineInstr.cpp
+++ b/llvm/lib/CodeGen/MachineInstr.cpp
@@ -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");
OpenPOWER on IntegriCloud