]> granicus.if.org Git - clang/commitdiff
Remove FIXME, issue has been resolved.
authorMike Stump <mrs@apple.com>
Fri, 13 Mar 2009 19:38:54 +0000 (19:38 +0000)
committerMike Stump <mrs@apple.com>
Fri, 13 Mar 2009 19:38:54 +0000 (19:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66931 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGBlocks.cpp

index f61d75b0f8cedbd9b5ac80de9f81f09baa17e055..a876938c02e95e5afbd7d75609d0760687ba8406 100644 (file)
@@ -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