forked from OSchip/llvm-project
parent
41eb02d496
commit
945fec05dd
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue