[cfe-commits] r79464 - in /cfe/trunk/lib/CodeGen: CGCXX.cpp CodeGenFunction.h

Anders Carlsson andersca at mac.com
Wed Aug 19 14:02:45 PDT 2009


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20090819/0c31309a/attachment.html>


More information about the cfe-commits mailing list