[cfe-commits] r164252 - /cfe/trunk/lib/CodeGen/CGDebugInfo.cpp

Eric Christopher echristo at apple.com
Wed Sep 19 14:47:29 PDT 2012


Author: echristo
Date: Wed Sep 19 16:47:29 2012
New Revision: 164252

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

Modified:
    cfe/trunk/lib/CodeGen/CGDebugInfo.cpp

Modified: cfe/trunk/lib/CodeGen/CGDebugInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGDebugInfo.cpp?rev=164252&r1=164251&r2=164252&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGDebugInfo.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGDebugInfo.cpp Wed Sep 19 16:47:29 2012
@@ -2271,7 +2271,7 @@
   else 
     Ty = getOrCreateType(VD->getType(), Unit);
 
-  // If there is not any debug info for type then do not emit debug info
+  // If there is no debug info for this type then do not emit debug info
   // for this variable.
   if (!Ty)
     return;





More information about the cfe-commits mailing list