diff options
author | Chris Lattner <sabre@nondot.org> | 2001-07-23 18:26:21 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-07-23 18:26:21 +0000 |
commit | 4bc3daaa3f3c9f22d5dd695e987e8d20f999791c (patch) | |
tree | bfe6a9bf56b0b1c926c0ab41a56a9283cd007fc4 /lib/CodeGen | |
parent | 57dbb3ad63b6a0e77798edb156ef43daa3bfc67e (diff) | |
download | external_llvm-4bc3daaa3f3c9f22d5dd695e987e8d20f999791c.zip external_llvm-4bc3daaa3f3c9f22d5dd695e987e8d20f999791c.tar.gz external_llvm-4bc3daaa3f3c9f22d5dd695e987e8d20f999791c.tar.bz2 |
Eliminated the Unique class in favor of NonCopyable and NonCopyableV
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@280 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/InstrSelection/InstrForest.cpp | 4 | ||||
-rw-r--r-- | lib/CodeGen/MachineInstr.cpp | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/lib/CodeGen/InstrSelection/InstrForest.cpp b/lib/CodeGen/InstrSelection/InstrForest.cpp index a1afede..ed271a3 100644 --- a/lib/CodeGen/InstrSelection/InstrForest.cpp +++ b/lib/CodeGen/InstrSelection/InstrForest.cpp @@ -50,10 +50,6 @@ InstrTreeNode::InstrTreeNode(InstrTreeNodeType nodeType, basicNode.treeNodePtr = this; } -InstrTreeNode::~InstrTreeNode() -{} - - void InstrTreeNode::dump(int dumpChildren, int indent) const diff --git a/lib/CodeGen/MachineInstr.cpp b/lib/CodeGen/MachineInstr.cpp index d48f2d4..c43b022 100644 --- a/lib/CodeGen/MachineInstr.cpp +++ b/lib/CodeGen/MachineInstr.cpp @@ -45,10 +45,6 @@ MachineInstr::MachineInstr(MachineOpCode _opCode, { } -MachineInstr::~MachineInstr() -{ -} - void MachineInstr::SetMachineOperand(unsigned int i, MachineOperand::MachineOperandType operandType, |