Remove copy ctors that did the same thing as the default one.
authorBenjamin Kramer <benny.kra@googlemail.com>
Tue, 11 Mar 2014 11:32:49 +0000 (11:32 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Tue, 11 Mar 2014 11:32:49 +0000 (11:32 +0000)
commitdabc5073b21bca077cf86a64fde9aa87cf654362
treee6ddddd6fb907fa34e59681d00876e9fc56d5e33
parentca396e391e13d417605ebed06780d92c88f14a6b
Remove copy ctors that did the same thing as the default one.

The code added nothing but potentially disabled move semantics and made
types non-trivially copyable.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203563 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
include/llvm/ADT/EquivalenceClasses.h
include/llvm/ADT/STLExtras.h
include/llvm/ADT/SparseMultiSet.h
include/llvm/Analysis/Interval.h
include/llvm/IR/Attributes.h
include/llvm/IR/InlineAsm.h
include/llvm/IR/Metadata.h
include/llvm/Object/RelocVisitor.h
include/llvm/Support/TargetRegistry.h
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
lib/IR/InlineAsm.cpp
utils/TableGen/CodeGenRegisters.h