From: Mike Stump Date: Fri, 13 Mar 2009 19:38:54 +0000 (+0000) Subject: Remove FIXME, issue has been resolved. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d25423797de98f4e286fd681a6bbe5b48b0493a;p=clang Remove FIXME, issue has been resolved. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66931 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGBlocks.cpp b/lib/CodeGen/CGBlocks.cpp index f61d75b0f8..a876938c02 100644 --- a/lib/CodeGen/CGBlocks.cpp +++ b/lib/CodeGen/CGBlocks.cpp @@ -565,8 +565,6 @@ BlockModule::GetAddrOfGlobalBlock(const BlockExpr *BE, const char * n) { subBlockHasCopyDispose); assert(subBlockSize == BlockLiteralSize && "no imports allowed for global block"); - // FIXME: This causes a failure on clang-i686-linux, not sure why, - // disable for now. assert(!subBlockHasCopyDispose && "no imports allowed for global block"); // isa