Skip to content

Commit

Permalink
Remove MaxFunctionCount module flag annotation.
Browse files Browse the repository at this point in the history
Differential revision: http://reviews.llvm.org/D19184

llvm-svn: 273198
  • Loading branch information
Easwaran Raman committed Jun 20, 2016
1 parent 2263512 commit 351acd7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
1 change: 0 additions & 1 deletion clang/lib/CodeGen/CodeGenModule.cpp
Expand Up @@ -393,7 +393,6 @@ void CodeGenModule::Release() {
OpenMPRuntime->emitRegistrationFunction())
AddGlobalCtor(OpenMPRegistrationFunction, 0);
if (PGOReader) {
getModule().setMaximumFunctionCount(PGOReader->getMaximumFunctionCount());
getModule().setProfileSummary(PGOReader->getSummary().getMD(VMContext));
if (PGOStats.hasDiagnostics())
PGOStats.reportDiagnostics(getDiags(), getCodeGenOpts().MainFileName);
Expand Down
24 changes: 0 additions & 24 deletions clang/test/Profile/max-function-count.c

This file was deleted.

0 comments on commit 351acd7

Please sign in to comment.