On Aug 19, 2009, at 1:55 PM, Fariborz Jahanian wrote:

+  // Store the blocks to use for break and continue.
+  // FIXME. Is this needed?
+ BreakContinueStack.push_back(BreakContinue(AfterFor, ContinueBlock));

It's not needed. BreakContinueStack is used so we know where to jump when generating break and continue statements.

+  // FIXME. Do we need this?
+  BreakContinueStack.pop_back();

Same here.

Anders
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to