From bfbd5df38ba91234821c48dcf14adb0e1be512f2 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Wed, 21 Oct 2009 18:24:18 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84770 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CGBlocks.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/CodeGen/CGBlocks.cpp b/lib/CodeGen/CGBlocks.cpp index b3bbce66ea..af64fd5546 100644 --- a/lib/CodeGen/CGBlocks.cpp +++ b/lib/CodeGen/CGBlocks.cpp @@ -670,8 +670,7 @@ CodeGenFunction::GenerateBlockFunction(const BlockExpr *BExpr, 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); -- 2.50.1