summaryrefslogtreecommitdiffstats
path: root/clang/test/Profile/Inputs/max-function-count.proftext
Commit message (Collapse)AuthorAgeFilesLines
* Attach maximum function count to Module when using PGO mode.Easwaran Raman2015-12-171-0/+26
This sets the maximum entry count among all functions in the program to the module using module flags. This allows the optimizer to use this information. Differential Revision: http://reviews.llvm.org/D15163 llvm-svn: 255918
OpenPOWER on IntegriCloud