From 9fc77d1358b4d5c2d71ce7b94bafacbbb35956c6 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 12 Feb 2004 16:05:03 +0000 Subject: [PATCH] Remove a dead field from MachineInstr! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11347 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/MachineInstr.h | 1 - 1 file changed, 1 deletion(-) 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 -- 2.34.1