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

Anders Carlsson andersca at mac.com
Mon Sep 14 09:58:08 PDT 2009


14 sep 2009 kl. 09.56 skrev Chris Lattner:

>
> 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?

I don't see how that could happen - the variable will never need to be  
refined (I think :)

Anders




More information about the cfe-commits mailing list