1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/include/llvm/ProfileData
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
..
Coverage Do a sweep over move ctors and remove those that are identical to the default. 2016-10-20 12:20:28 +00:00
InstrProf.h [PGO] Fix bogus warning for merging empty llvm profile file 2016-10-19 22:51:17 +00:00
InstrProfData.inc
InstrProfReader.h
InstrProfWriter.h
ProfileCommon.h NFC fix class members initialization 2016-09-30 21:05:52 +00:00
SampleProf.h
SampleProfReader.h
SampleProfWriter.h