This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Fix PR34017: ICE in lambda_loopnest_to_gcc_loopnest


On Jan 9, 2008 3:57 AM, Richard Guenther <richard.guenther@gmail.com> wrote:
>
> This looks good, though the two functions share lots of things and their
> interface is not exactly clear (the documentation doesn't mention any
> of the params).  Maybe folding them back into their caller makes the
> control flow easier to read.
>

Right, in this case separating into subfunctions is not going to bring
things simpler.  I'll put that code back in the same function and just
special case the insertion of stmts on edges for PHI_NODEs.

-- 
Sebastian
AMD - GNU Tools


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]