From dcc1f995eb4d32c655ea148e188ef257b482824d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 20 Apr 2006 18:32:41 +0000 Subject: This field no longer exists llvm-svn: 27899 --- llvm/lib/CodeGen/MachineInstr.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm/lib/CodeGen/MachineInstr.cpp') 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; -- cgit v1.2.3