summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHReader.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-04-22 04:56:28 +0000
committerDouglas Gregor <dgregor@apple.com>2009-04-22 04:56:28 +0000
commitf89771cb877350c4ff880de7a2a83f67ecb96e57 (patch)
treeb8db7bcf7af3dda7d2f2f50288b650dbd0ee43e5 /clang/lib/Frontend/PCHReader.cpp
parent658ba8582029ea53766ec5ddb1643ca396de9f9d (diff)
downloadbcm5719-llvm-f89771cb877350c4ff880de7a2a83f67ecb96e57.tar.gz
bcm5719-llvm-f89771cb877350c4ff880de7a2a83f67ecb96e57.zip
Reorganize built-in initialization to separate the creation of target builtins from marking IdentifierInfos as builtins. No functionality change
llvm-svn: 69774
Diffstat (limited to 'clang/lib/Frontend/PCHReader.cpp')
-rw-r--r--clang/lib/Frontend/PCHReader.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/lib/Frontend/PCHReader.cpp b/clang/lib/Frontend/PCHReader.cpp
index 6a6cd641202..7018b26c276 100644
--- a/clang/lib/Frontend/PCHReader.cpp
+++ b/clang/lib/Frontend/PCHReader.cpp
@@ -1762,6 +1762,9 @@ PCHReader::PCHReadResult PCHReader::ReadPCH(const std::string &FileName) {
if (Pos == IdTable->end())
continue;
+ fprintf(stderr, "Looked up pre-allocated IdentifierInfo \"%s\"\n",
+ II->getName());
+
// Dereferencing the iterator has the effect of populating the
// IdentifierInfo node with the various declarations it needs.
(void)*Pos;
OpenPOWER on IntegriCloud