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: [tree-ssa] COND_EXPR lowering.


On Fri, 2003-10-24 at 13:46, law@redhat.com wrote:
> In message <20031024174329.GA17642@atrey.karlin.mff.cuni.cz>, Zdenek Dvorak wri
> tes:
>  >> You can't always use the CFG for everything.
>  >
>  >I don't say for everything.  But following the gotos is the reason for
>  >having cfg.
> Err, there are cases where we may want to follow gotos without a CFG.  Say
> in that wonderful little place when we've translated out of ssa form,
> but have not translated into RTL.

but then the bb_for_stmt wouldn't matter if there is no CFG :-).  What
else is in the stmt annnotation that might.

Andrew


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