summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineInstr.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-04-20 18:32:41 +0000
committerChris Lattner <sabre@nondot.org>2006-04-20 18:32:41 +0000
commitdcc1f995eb4d32c655ea148e188ef257b482824d (patch)
tree3aeef30449ff9c11645bf3ae60f91c9835f7b2fd /llvm/lib/CodeGen/MachineInstr.cpp
parent778509c844683ad9d463a867b26a52f970e38278 (diff)
downloadbcm5719-llvm-dcc1f995eb4d32c655ea148e188ef257b482824d.tar.gz
bcm5719-llvm-dcc1f995eb4d32c655ea148e188ef257b482824d.zip
This field no longer exists
llvm-svn: 27899
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineInstr.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/MachineInstr.cpp b/llvm/lib/CodeGen/MachineInstr.cpp
index db4cbd3c478..973e3ec1e6e 100644
--- a/llvm/lib/CodeGen/MachineInstr.cpp
+++ b/llvm/lib/CodeGen/MachineInstr.cpp
@@ -130,8 +130,6 @@ MachineInstr::SetMachineOperandConst(unsigned i,
MachineOperand::MachineOperandType opTy,
int intValue) {
assert(i < getNumOperands()); // must be explicit op
- assert(TargetInstrDescriptors[Opcode].resultPos != (int) i &&
- "immed. constant cannot be defined");
operands[i].opType = opTy;
operands[i].contents.value = NULL;
OpenPOWER on IntegriCloud