[cfe-commits] r96486 - /cfe/trunk/lib/CodeGen/CGBlocks.cpp
Fariborz Jahanian
fjahanian at apple.com
Wed Feb 17 10:11:55 PST 2010
Author: fjahanian
Date: Wed Feb 17 12:11:55 2010
New Revision: 96486
URL: http://llvm.org/viewvc/llvm-project?rev=96486&view=rev
Log:
Did not intend to check this in.
Modified:
cfe/trunk/lib/CodeGen/CGBlocks.cpp
Modified: cfe/trunk/lib/CodeGen/CGBlocks.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGBlocks.cpp?rev=96486&r1=96485&r2=96486&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGBlocks.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGBlocks.cpp Wed Feb 17 12:11:55 2010
@@ -110,7 +110,6 @@
/// invoke function.
static void AllocateAllBlockDeclRefs(const CodeGenFunction::BlockInfo &Info,
CodeGenFunction *CGF) {
-#if 0
// Always allocate self, as it is often handy in the debugger, even if there
// is no codegen in the block that uses it. This is also useful to always do
// this as if we didn't, we'd have to figure out all code that uses a self
@@ -123,7 +122,6 @@
SelfDecl->getType(), SourceLocation(), false);
CGF->AllocateBlockDecl(BDRE);
}
-#endif
// FIXME: Also always forward the this pointer in C++ as well.
More information about the cfe-commits
mailing list