Do a sweep of symbol internalization. NFC.

llvm-svn: 369803
This commit is contained in:
Benjamin Kramer
2019-08-23 19:59:23 +00:00
parent bc173d4c51
commit dc5f805d31
20 changed files with 49 additions and 40 deletions

View File

@@ -86,7 +86,7 @@ static cl::opt<unsigned>
cl::desc("Number of metadatas above which we emit an index "
"to enable lazy-loading"));
cl::opt<bool> WriteRelBFToSummary(
static cl::opt<bool> WriteRelBFToSummary(
"write-relbf-to-summary", cl::Hidden, cl::init(false),
cl::desc("Write relative block frequency to function summary "));