diff options
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/InstrSelection/InstrForest.cpp | 4 | ||||
| -rw-r--r-- | llvm/lib/CodeGen/MachineInstr.cpp | 4 | 
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, | 

