From 0637c6926ddcbe6391d93dbd4b842faabcc72c23 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Mon, 28 Jan 2013 18:29:39 +0000 Subject: 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. llvm-svn: 173705 --- clang/lib/Serialization/GlobalModuleIndex.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'clang/lib/Serialization/GlobalModuleIndex.cpp') diff --git a/clang/lib/Serialization/GlobalModuleIndex.cpp b/clang/lib/Serialization/GlobalModuleIndex.cpp index b778a72ba2e..72165bcfc59 100644 --- a/clang/lib/Serialization/GlobalModuleIndex.cpp +++ b/clang/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(); } -- cgit v1.2.3