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 | 78a307b170a1b78766f9520104eeb2fe53b1195f (patch) | |
| tree | 2bbb4a77b66e201025d1705d6172ae31f61f62dc /llvm/lib/CodeGen/MachineInstr.cpp | |
| parent | e2472bbf6c2bc1fcd0ba97cd2f4a6a9ccceedbfd (diff) | |
| download | bcm5719-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/MachineInstr.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/MachineInstr.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
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, |

