[cfe-commits] r84770 - /cfe/trunk/lib/CodeGen/CGBlocks.cpp

Mike Stump mrs at apple.com
Wed Oct 21 11:24:18 PDT 2009


Author: mrs
Date: Wed Oct 21 13:24:18 2009
New Revision: 84770

URL: http://llvm.org/viewvc/llvm-project?rev=84770&view=rev
Log:
Fix typo.

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

Modified: cfe/trunk/lib/CodeGen/CGBlocks.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGBlocks.cpp?rev=84770&r1=84769&r2=84770&view=diff

==============================================================================
--- cfe/trunk/lib/CodeGen/CGBlocks.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGBlocks.cpp Wed Oct 21 13:24:18 2009
@@ -670,8 +670,7 @@
 
   IdentifierInfo *II = &CGM.getContext().Idents.get(".block_descriptor");
 
-  // Allocate all BlockDeclRefDecls, so we can calculate the the
-  // right ParmTy below.
+  // Allocate all BlockDeclRefDecls, so we can calculate the right ParmTy below.
   // FIXME: Resolve testsuite problems, then enable.
   if (0)
     AllocateAllBlockDeclRefs(Info, this);





More information about the cfe-commits mailing list