Do not add an extra vtable to EVERY machineinstr created.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3280 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-08-09 21:49:21 +00:00
parent dc1e020444
commit cc367a3ea0

View 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