summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/lib/CodeGen/CGBlocks.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGBlocks.cpp b/clang/lib/CodeGen/CGBlocks.cpp
index b3bbce66ea3..af64fd5546d 100644
--- a/clang/lib/CodeGen/CGBlocks.cpp
+++ b/clang/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);
OpenPOWER on IntegriCloud