UseListShuffleVector: Remove copy constructor
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 29 Jul 2014 20:45:52 +0000 (20:45 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 29 Jul 2014 20:45:52 +0000 (20:45 +0000)
commitbcb3a4189116b038940031d69356439e64bbf20c
tree242071ef11eb61be36bf65fa20536808b346bbb3
parent49d1690338625db91d2c7f717e5e41500c23a3d3
UseListShuffleVector: Remove copy constructor

Remove the copy constructor added in r214178 to appease MSVC17 since it
shouldn't be called at all.  My guess is that explicitly deleting it
will make the compiler happy.  To round out the operations I've also
deleted copy assignment and added move assignment.  Otherwise no
functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214213 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/UseListOrder.h