diff options
author | Mike Stump <mrs@apple.com> | 2009-10-21 18:24:18 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-10-21 18:24:18 +0000 |
commit | 945fec05dde3451f72886fbf29c4505833581bc2 (patch) | |
tree | 0b6b4495eff0ff68db15f7dbda696d3f98e6a076 /clang/lib/CodeGen/CGBlocks.cpp | |
parent | 41eb02d4966ca8d9f8cb9dcaaf7490f674c684d9 (diff) | |
download | bcm5719-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.cpp | 3 |
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); |