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 | 0892099dbc640720400a1d9decd2733a09d733e5 (patch) | |
tree | 08ca3627a78b3123dd62db6d4cbc72c2238348f3 /lib/CodeGen/CodeGenFunction.cpp | |
parent | d42ffbd22fc7eb61321f6a88173ee424991f01c6 (diff) |
Codegen support for copy helpers for block literals.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66319 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.cpp')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenFunction.cpp b/lib/CodeGen/CodeGenFunction.cpp index adeb4ebfd4..a54f9bd235 100644 --- a/lib/CodeGen/CodeGenFunction.cpp +++ b/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; |