From 0892099dbc640720400a1d9decd2733a09d733e5 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Sat, 7 Mar 2009 02:35:30 +0000 Subject: 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 --- lib/CodeGen/CodeGenFunction.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/CodeGen/CodeGenFunction.cpp') 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; -- cgit v1.2.3-18-g5258