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)
commite60ba2139ee445a1205b3f6d7331cddd3db41b11
treedd4ed07db2041fd2dc70c91971943934011d2991
parentfece6353428a053f2023a279778d652167d1688c
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.

llvm-svn: 214213
llvm/include/llvm/IR/UseListOrder.h