diff options
author | Chris Lattner <sabre@nondot.org> | 2006-04-20 18:32:41 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-04-20 18:32:41 +0000 |
commit | dcc1f995eb4d32c655ea148e188ef257b482824d (patch) | |
tree | 3aeef30449ff9c11645bf3ae60f91c9835f7b2fd /llvm/lib/CodeGen/MachineInstr.cpp | |
parent | 778509c844683ad9d463a867b26a52f970e38278 (diff) | |
download | bcm5719-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.cpp | 2 |
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; |