From: Chris Lattner Date: Thu, 12 Feb 2004 16:05:03 +0000 (+0000) Subject: Remove a dead field from MachineInstr! X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9fc77d1358b4d5c2d71ce7b94bafacbbb35956c6;p=oota-llvm.git Remove a dead field from MachineInstr! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11347 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h index 89731979a54..57edc7d43eb 100644 --- a/include/llvm/CodeGen/MachineInstr.h +++ b/include/llvm/CodeGen/MachineInstr.h @@ -333,7 +333,6 @@ private: class MachineInstr { int opCode; // the opcode - unsigned opCodeFlags; // flags modifying instrn behavior std::vector operands; // the operands unsigned numImplicitRefs; // number of implicit operands MachineInstr* prev, *next; // links for our intrusive list