Fix typo.

llvm-svn: 84770
This commit is contained in:
Mike Stump 2009-10-21 18:24:18 +00:00
parent 41eb02d496
commit 945fec05dd
1 changed files with 1 additions and 2 deletions

View File

@ -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);