aboutsummaryrefslogtreecommitdiff
path: root/lib/Serialization/GlobalModuleIndex.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2013-01-28 18:29:39 +0000
committerDouglas Gregor <dgregor@apple.com>2013-01-28 18:29:39 +0000
commit894719bf99cf0131d954c714179bb47eee472b91 (patch)
treebce0cfa5934aa914c0440c20f642d87b96bdccef /lib/Serialization/GlobalModuleIndex.cpp
parente953172412569a5babfe580790531163e7ccabaa (diff)
ASTReader and profiling statistics indicate that implementing a method
pool in the global module index is not worthwhile. Update comments to limit the scope of the global module index to identifiers. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173705 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Serialization/GlobalModuleIndex.cpp')
-rw-r--r--lib/Serialization/GlobalModuleIndex.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Serialization/GlobalModuleIndex.cpp b/lib/Serialization/GlobalModuleIndex.cpp
index b778a72ba2..72165bcfc5 100644
--- a/lib/Serialization/GlobalModuleIndex.cpp
+++ b/lib/Serialization/GlobalModuleIndex.cpp
@@ -665,8 +665,6 @@ bool GlobalModuleIndexBuilder::loadModuleFile(const FileEntry *File) {
}
}
- // FIXME: Handle the selector table.
-
// We don't care about this record.
}
@@ -786,8 +784,6 @@ void GlobalModuleIndexBuilder::writeIndex(llvm::BitstreamWriter &Stream) {
Stream.EmitRecordWithBlob(IDTableAbbrev, Record, IdentifierTable.str());
}
- // FIXME: Selectors.
-
Stream.ExitBlock();
}