aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineInstr.cpp
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
commit4bc3daaa3f3c9f22d5dd695e987e8d20f999791c (patch)
treebfe6a9bf56b0b1c926c0ab41a56a9283cd007fc4 /lib/CodeGen/MachineInstr.cpp
parent57dbb3ad63b6a0e77798edb156ef43daa3bfc67e (diff)
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/CodeGen/MachineInstr.cpp')
-rw-r--r--lib/CodeGen/MachineInstr.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/CodeGen/MachineInstr.cpp b/lib/CodeGen/MachineInstr.cpp
index d48f2d4e35..c43b022bb1 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,