llvm/lib/ProfileData
Dehao Chen 94ebcf7e5e 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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295852 91177308-0d34-0410-b5e6-96231b3b80d8
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 Retire llvm::alignOf in favor of C++11 alignof. 2016-10-20 15:02:18 +00:00
InstrProfWriter.cpp
LLVMBuild.txt
ProfileSummaryBuilder.cpp NFC Add const 2016-09-30 21:05:55 +00:00
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