Do not add an extra vtable to EVERY machineinstr created.
authorChris Lattner <sabre@nondot.org>
Fri, 9 Aug 2002 21:49:21 +0000 (21:49 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 9 Aug 2002 21:49:21 +0000 (21:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3280 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineInstr.h

index e208c5575ef3c92d49f588dde068ce792747c98e..7e22ab3fc244789d9e6301eec8423e9f58b7c92c 100644 (file)
@@ -267,7 +267,7 @@ MachineOperand::InitializeReg(int _regNum, bool isCCReg)
 //---------------------------------------------------------------------------
 
 class MachineInstr :  public Annotable,         // Values are annotable
-                      public NonCopyableV {     // Disable copy operations
+                      public NonCopyable {      // Disable copy operations
   MachineOpCode    opCode;              // the opcode
   OpCodeMask       opCodeMask;          // extra bits for variants of an opcode
   vector<MachineOperand> operands;      // the operands