Eliminated the Unique class in favor of NonCopyable and NonCopyableV
authorChris Lattner <sabre@nondot.org>
Mon, 23 Jul 2001 18:26:21 +0000 (18:26 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 23 Jul 2001 18:26:21 +0000 (18:26 +0000)
commit4bc3daaa3f3c9f22d5dd695e987e8d20f999791c
treebfe6a9bf56b0b1c926c0ab41a56a9283cd007fc4
parent57dbb3ad63b6a0e77798edb156ef43daa3bfc67e
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
include/llvm/CodeGen/InstrForest.h
include/llvm/CodeGen/MachineInstr.h
include/llvm/CodeGen/TargetMachine.h
include/llvm/DerivedTypes.h
include/llvm/Support/DataTypes.h
include/llvm/Support/NonCopyable.h [new file with mode: 0644]
include/llvm/Support/Unique.h [deleted file]
lib/CodeGen/InstrSelection/InstrForest.cpp
lib/CodeGen/MachineInstr.cpp
lib/Target/SparcV9/InstrSelection/InstrForest.cpp