Move symbols from the global namespace into (anonymous) namespaces. NFC.

llvm-svn: 294837
This commit is contained in:
Benjamin Kramer
2017-02-11 11:06:55 +00:00
parent b196055c0c
commit efcf06f5f2
9 changed files with 25 additions and 30 deletions

View File

@@ -3739,7 +3739,7 @@ void IndexBitcodeWriter::writeCombinedGlobalValueSummary() {
/// Create the "IDENTIFICATION_BLOCK_ID" containing a single string with the
/// current llvm version, and a record for the epoch number.
void writeIdentificationBlock(BitstreamWriter &Stream) {
static void writeIdentificationBlock(BitstreamWriter &Stream) {
Stream.EnterSubblock(bitc::IDENTIFICATION_BLOCK_ID, 5);
// Write the "user readable" string identifying the bitcode producer