diff options
author | Mike Stump <mrs@apple.com> | 2009-03-07 02:35:30 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-03-07 02:35:30 +0000 |
commit | aeb0ffd56c2a9109d95b766ad24298389a16ba8a (patch) | |
tree | d513f04291a594ddd8599bc6e5cba278688530d4 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | ff659b5b8635ead41d68dfad27c4f5fbe5f17fd5 (diff) | |
download | bcm5719-llvm-aeb0ffd56c2a9109d95b766ad24298389a16ba8a.tar.gz bcm5719-llvm-aeb0ffd56c2a9109d95b766ad24298389a16ba8a.zip |
Codegen support for copy helpers for block literals.
llvm-svn: 66319
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.cpp b/clang/lib/CodeGen/CodeGenFunction.cpp index adeb4ebfd4a..a54f9bd235f 100644 --- a/clang/lib/CodeGen/CodeGenFunction.cpp +++ b/clang/lib/CodeGen/CodeGenFunction.cpp @@ -32,7 +32,6 @@ CodeGenFunction::CodeGenFunction(CodeGenModule &cgm) // FIXME: We need to rearrange the code for copy/dispose so we have this // sooner, so we can calculate offsets correctly. - BlockHasCopyDispose = false; if (!BlockHasCopyDispose) BlockOffset = CGM.getTargetData() .getTypeStoreSizeInBits(CGM.getGenericBlockLiteralType()) / 8; |