Remove a dead field from MachineInstr!
authorChris Lattner <sabre@nondot.org>
Thu, 12 Feb 2004 16:05:03 +0000 (16:05 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 12 Feb 2004 16:05:03 +0000 (16:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11347 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineInstr.h

index 89731979a54fdf14d4c0a73dba61f7a0077df1c4..57edc7d43eba7dba167ac7fb2c9b743544e3af9a 100644 (file)
@@ -333,7 +333,6 @@ private:
 
 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