1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/ProfileData
Dehao Chen 0d596f9007 Fix an obvious bug in SampleProfileReaderGCC.
Summary: The CallTargetProfile should be added to FProfile to be consistent with other profile readers.

Reviewers: dnovillo, davidxl

Reviewed By: davidxl

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D30233

llvm-svn: 295852
2017-02-22 17:27:21 +00:00
..
Coverage Make the Error class constructor protected 2016-11-11 04:28:40 +00:00
CMakeLists.txt
InstrProf.cpp [WebAssembly] Add triple support for the new wasm object format 2017-01-17 20:34:09 +00:00
InstrProfReader.cpp
InstrProfWriter.cpp
LLVMBuild.txt
ProfileSummaryBuilder.cpp
SampleProf.cpp Cleanup dump() functions. 2017-01-28 02:02:38 +00:00
SampleProfReader.cpp Fix an obvious bug in SampleProfileReaderGCC. 2017-02-22 17:27:21 +00:00
SampleProfWriter.cpp