summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/include/llvm/CodeGen/MachineInstr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineInstr.h b/llvm/include/llvm/CodeGen/MachineInstr.h
index e208c5575ef..7e22ab3fc24 100644
--- a/llvm/include/llvm/CodeGen/MachineInstr.h
+++ b/llvm/include/llvm/CodeGen/MachineInstr.h
@@ -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
OpenPOWER on IntegriCloud