diff options
author | Mike Stump <mrs@apple.com> | 2009-03-13 19:38:54 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-03-13 19:38:54 +0000 |
commit | 9d25423797de98f4e286fd681a6bbe5b48b0493a (patch) | |
tree | 2c2fa5fdd1f1bbae5119c83f2e0e1179d3d352ee /lib/CodeGen/CGBlocks.cpp | |
parent | f61d231fef1a7a15dedb1ba3d3b731a5e61e5463 (diff) |
Remove FIXME, issue has been resolved.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66931 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGBlocks.cpp')
-rw-r--r-- | lib/CodeGen/CGBlocks.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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 |