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 | bfbd5df38ba91234821c48dcf14adb0e1be512f2 (patch) | |
tree | f0a35e3416779586de94c30c2193f0fe582c8ce9 /lib/CodeGen/CGBlocks.cpp | |
parent | bf5fd788b0069e6da159ad95e9d0c4315eb266b6 (diff) |
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84770 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGBlocks.cpp')
-rw-r--r-- | lib/CodeGen/CGBlocks.cpp | 3 |
1 files changed, 1 insertions, 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); |