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/Target/SparcV9/InstrSelection/InstrForest.cpp | |
| 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/Target/SparcV9/InstrSelection/InstrForest.cpp')
| -rw-r--r-- | lib/Target/SparcV9/InstrSelection/InstrForest.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Target/SparcV9/InstrSelection/InstrForest.cpp b/lib/Target/SparcV9/InstrSelection/InstrForest.cpp index a1afede..ed271a3 100644 --- a/lib/Target/SparcV9/InstrSelection/InstrForest.cpp +++ b/lib/Target/SparcV9/InstrSelection/InstrForest.cpp @@ -50,10 +50,6 @@ InstrTreeNode::InstrTreeNode(InstrTreeNodeType nodeType, basicNode.treeNodePtr = this; } -InstrTreeNode::~InstrTreeNode() -{} - - void InstrTreeNode::dump(int dumpChildren, int indent) const |
