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.