aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/InstrSelection/InstrForest.cpp4
-rw-r--r--lib/CodeGen/MachineInstr.cpp4
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,