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] Improve jump threading


On Thu, Oct 23, 2003 at 10:27:52PM -0600, law@redhat.com wrote:
> + /* Nonzero if we should thread jumps through blocks which contain PHI
> +    nodes.  This is not safe once we have performed any transformation
> +    which extends the lifetime of variables.  */
> + static int thread_through_phis;

Can I convince you and your old-sk00l ways to adopt this
new-fangled "bool" type introduced this past decade?  ;-)


r~


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