[cfe-commits] r65370 - /cfe/trunk/lib/CodeGen/CGBlocks.cpp

Mike Stump mrs at apple.com
Tue Feb 24 10:36:44 PST 2009


On Feb 23, 2009, at 8:20 PM, Anders Carlsson wrote:
> I fixed this code to pass in the CodeGenModule object to the  
> CodeGenFunction constructor, instead of the current CGF object. This  
> way we'll get a fresh CGF each time, eliminating the need to clear  
> the BreakContinueStack (among other things).

Thanks.  That is much better.



More information about the cfe-commits mailing list