]> granicus.if.org Git - clang/commit
Move more of blocks codegen out of CodeGenModule and into the
authorMike Stump <mrs@apple.com>
Wed, 4 Mar 2009 18:17:45 +0000 (18:17 +0000)
committerMike Stump <mrs@apple.com>
Wed, 4 Mar 2009 18:17:45 +0000 (18:17 +0000)
commit2a998148a6823c44d67da347c95eb2ea21f6b986
tree6a036ff0583af276897f3b330402915079cba767
parent175ba1e8180083927aabd7cc8137baa16be75646
Move more of blocks codegen out of CodeGenModule and into the
BlockModule.  No functionality change.  This should help people that
don't want to know anything about blocks not be confused by the
overloaded use of the term block or nor want to see all the blocks
goop.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66042 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBlocks.cpp
lib/CodeGen/CGBlocks.h
lib/CodeGen/CodeGenFunction.h
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenModule.h