diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-07-29 20:45:52 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-07-29 20:45:52 +0000 |
commit | e60ba2139ee445a1205b3f6d7331cddd3db41b11 (patch) | |
tree | dd4ed07db2041fd2dc70c91971943934011d2991 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | fece6353428a053f2023a279778d652167d1688c (diff) | |
download | llvm-e60ba2139ee445a1205b3f6d7331cddd3db41b11.zip llvm-e60ba2139ee445a1205b3f6d7331cddd3db41b11.tar.gz llvm-e60ba2139ee445a1205b3f6d7331cddd3db41b11.tar.bz2 |
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
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions