llvm-6502/include
Duncan P. N. Exon Smith bcb3a41891 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
2014-07-29 20:45:52 +00:00
..
llvm UseListShuffleVector: Remove copy constructor 2014-07-29 20:45:52 +00:00
llvm-c Add scoped-noalias metadata 2014-07-24 14:25:39 +00:00