summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
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
commit78a307b170a1b78766f9520104eeb2fe53b1195f (patch)
tree2bbb4a77b66e201025d1705d6172ae31f61f62dc /llvm/lib/CodeGen
parente2472bbf6c2bc1fcd0ba97cd2f4a6a9ccceedbfd (diff)
downloadbcm5719-llvm-78a307b170a1b78766f9520104eeb2fe53b1195f.tar.gz
bcm5719-llvm-78a307b170a1b78766f9520104eeb2fe53b1195f.zip
Eliminated the Unique class in favor of NonCopyable and NonCopyableV
llvm-svn: 280
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/InstrSelection/InstrForest.cpp4
-rw-r--r--llvm/lib/CodeGen/MachineInstr.cpp4
2 files changed, 0 insertions, 8 deletions
diff --git a/llvm/lib/CodeGen/InstrSelection/InstrForest.cpp b/llvm/lib/CodeGen/InstrSelection/InstrForest.cpp
index a1afedea085..ed271a31008 100644
--- a/llvm/lib/CodeGen/InstrSelection/InstrForest.cpp
+++ b/llvm/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/llvm/lib/CodeGen/MachineInstr.cpp b/llvm/lib/CodeGen/MachineInstr.cpp
index d48f2d4e357..c43b022bb1d 100644
--- a/llvm/lib/CodeGen/MachineInstr.cpp
+++ b/llvm/lib/CodeGen/MachineInstr.cpp
@@ -45,10 +45,6 @@ MachineInstr::MachineInstr(MachineOpCode _opCode,
{
}
-MachineInstr::~MachineInstr()
-{
-}
-
void
MachineInstr::SetMachineOperand(unsigned int i,
MachineOperand::MachineOperandType operandType,
OpenPOWER on IntegriCloud