[cfe-commits] r81599 - in /cfe/trunk/lib/CodeGen: CGBlocks.cpp CGDecl.cpp CodeGenFunction.h

Chris Lattner clattner at apple.com
Mon Sep 14 09:56:54 PDT 2009


On Sep 11, 2009, at 7:14 PM, Anders Carlsson wrote:

> Author: andersca
> Date: Fri Sep 11 21:14:24 2009
> New Revision: 81599
>
> URL: http://llvm.org/viewvc/llvm-project?rev=81599&view=rev
> Log:
> For __block variables, cache the LLVM types as well as which LLVM  
> field where the variable is stored.

Does this need to use PATypeHolder?  What if a type gets laid out and  
refines another type in the vector?

-Chris




More information about the cfe-commits mailing list