summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGBlocks.cpp
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-10-21 18:24:18 +0000
committerMike Stump <mrs@apple.com>2009-10-21 18:24:18 +0000
commit945fec05dde3451f72886fbf29c4505833581bc2 (patch)
tree0b6b4495eff0ff68db15f7dbda696d3f98e6a076 /clang/lib/CodeGen/CGBlocks.cpp
parent41eb02d4966ca8d9f8cb9dcaaf7490f674c684d9 (diff)
downloadbcm5719-llvm-945fec05dde3451f72886fbf29c4505833581bc2.tar.gz
bcm5719-llvm-945fec05dde3451f72886fbf29c4505833581bc2.zip
Fix typo.
llvm-svn: 84770
Diffstat (limited to 'clang/lib/CodeGen/CGBlocks.cpp')
-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