1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/include/llvm/Transforms/InstCombine
Benjamin Kramer c2de5980d3 Do a sweep over move ctors and remove those that are identical to the default.
All of these existed because MSVC 2013 was unable to synthesize default
move ctors. We recently dropped support for it so all that error-prone
boilerplate can go.

No functionality change intended.

llvm-svn: 284721
2016-10-20 12:20:28 +00:00
..
InstCombine.h Do a sweep over move ctors and remove those that are identical to the default. 2016-10-20 12:20:28 +00:00
InstCombineWorklist.h Do a sweep over move ctors and remove those that are identical to the default. 2016-10-20 12:20:28 +00:00