aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/InstrSelection/InstrForest.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-07-23 18:26:21 +0000
committerChris Lattner <sabre@nondot.org>2001-07-23 18:26:21 +0000
commit4bc3daaa3f3c9f22d5dd695e987e8d20f999791c (patch)
treebfe6a9bf56b0b1c926c0ab41a56a9283cd007fc4 /lib/CodeGen/InstrSelection/InstrForest.cpp
parent57dbb3ad63b6a0e77798edb156ef43daa3bfc67e (diff)
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/InstrSelection/InstrForest.cpp')
-rw-r--r--lib/CodeGen/InstrSelection/InstrForest.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/CodeGen/InstrSelection/InstrForest.cpp b/lib/CodeGen/InstrSelection/InstrForest.cpp
index a1afedea08..ed271a3100 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