summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-03-07 02:35:30 +0000
committerMike Stump <mrs@apple.com>2009-03-07 02:35:30 +0000
commitaeb0ffd56c2a9109d95b766ad24298389a16ba8a (patch)
treed513f04291a594ddd8599bc6e5cba278688530d4 /clang/lib/CodeGen/CodeGenFunction.cpp
parentff659b5b8635ead41d68dfad27c4f5fbe5f17fd5 (diff)
downloadbcm5719-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.cpp1
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;
OpenPOWER on IntegriCloud