[cfe-commits] r76303 - /cfe/trunk/lib/Frontend/PCHReader.cpp

Zhongxing Xu xuzhongxing at gmail.com
Sat Jul 18 02:27:15 PDT 2009


Author: zhongxingxu
Date: Sat Jul 18 04:26:51 2009
New Revision: 76303

URL: http://llvm.org/viewvc/llvm-project?rev=76303&view=rev
Log:
Fix a comment.

Modified:
    cfe/trunk/lib/Frontend/PCHReader.cpp

Modified: cfe/trunk/lib/Frontend/PCHReader.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Frontend/PCHReader.cpp?rev=76303&r1=76302&r2=76303&view=diff

==============================================================================
--- cfe/trunk/lib/Frontend/PCHReader.cpp (original)
+++ cfe/trunk/lib/Frontend/PCHReader.cpp Sat Jul 18 04:26:51 2009
@@ -1469,7 +1469,7 @@
     return IgnorePCH;
   
   if (PP) {
-    // Initialization of builtins and library builtins occurs before the
+    // Initialization of keywords and pragmas occurs before the
     // PCH file is read, so there may be some identifiers that were
     // loaded into the IdentifierTable before we intercepted the
     // creation of identifiers. Iterate through the list of known





More information about the cfe-commits mailing list