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 | f807ccc58e739b9ebb2ca699fd627e130e8fae4e (patch) | |
tree | 8f5a9d045931fb5fdedbbb62adfc38a55087ae1e /clang/lib/CodeGen/CGBlocks.cpp | |
parent | c65830519e9a2f6ade60e08306db59d6ee5c05bd (diff) | |
download | bcm5719-llvm-f807ccc58e739b9ebb2ca699fd627e130e8fae4e.tar.gz bcm5719-llvm-f807ccc58e739b9ebb2ca699fd627e130e8fae4e.zip |
Remove FIXME, issue has been resolved.
llvm-svn: 66931
Diffstat (limited to 'clang/lib/CodeGen/CGBlocks.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGBlocks.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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 |