From f807ccc58e739b9ebb2ca699fd627e130e8fae4e Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Fri, 13 Mar 2009 19:38:54 +0000 Subject: Remove FIXME, issue has been resolved. llvm-svn: 66931 --- clang/lib/CodeGen/CGBlocks.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'clang/lib/CodeGen/CGBlocks.cpp') diff --git a/clang/lib/CodeGen/CGBlocks.cpp b/clang/lib/CodeGen/CGBlocks.cpp index f61d75b0f8c..a876938c02e 100644 --- a/clang/lib/CodeGen/CGBlocks.cpp +++ b/clang/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 -- cgit v1.2.3