[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineInstr.h
Chris Lattner
lattner at cs.uiuc.edu
Thu Feb 12 10:06:05 PST 2004
Changes in directory llvm/include/llvm/CodeGen:
MachineInstr.h updated: 1.131 -> 1.132
---
Log message:
Remove a dead field from MachineInstr!
---
Diffs of the changes: (+0 -1)
Index: llvm/include/llvm/CodeGen/MachineInstr.h
diff -u llvm/include/llvm/CodeGen/MachineInstr.h:1.131 llvm/include/llvm/CodeGen/MachineInstr.h:1.132
--- llvm/include/llvm/CodeGen/MachineInstr.h:1.131 Wed Feb 11 22:26:49 2004
+++ llvm/include/llvm/CodeGen/MachineInstr.h Thu Feb 12 10:05:03 2004
@@ -333,7 +333,6 @@
class MachineInstr {
int opCode; // the opcode
- unsigned opCodeFlags; // flags modifying instrn behavior
std::vector<MachineOperand> operands; // the operands
unsigned numImplicitRefs; // number of implicit operands
MachineInstr* prev, *next; // links for our intrusive list
More information about the llvm-commits
mailing list