[llvm-commits] CVS: llvm/lib/CodeGen/MachineInstr.cpp

Chris Lattner lattner at cs.uiuc.edu
Thu Apr 20 11:32:53 PDT 2006



Changes in directory llvm/lib/CodeGen:

MachineInstr.cpp updated: 1.109 -> 1.110
---
Log message:

This field no longer exists


---
Diffs of the changes:  (+0 -2)

 MachineInstr.cpp |    2 --
 1 files changed, 2 deletions(-)


Index: llvm/lib/CodeGen/MachineInstr.cpp
diff -u llvm/lib/CodeGen/MachineInstr.cpp:1.109 llvm/lib/CodeGen/MachineInstr.cpp:1.110
--- llvm/lib/CodeGen/MachineInstr.cpp:1.109	Thu Apr 20 13:08:53 2006
+++ llvm/lib/CodeGen/MachineInstr.cpp	Thu Apr 20 13:32:41 2006
@@ -130,8 +130,6 @@
                                      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;






More information about the llvm-commits mailing list