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]

Re: split_edge, reg-stack and function.c fix


Richard

Richard Henderson wrote:
> 
> On Wed, Jan 05, 2000 at 11:23:44AM +0000, grahams wrote:
> > Can't splitting happen AFTER the reg-stack pass anyway
> > as part of final_scan_insn ().
> 
> Only in response to "#" output templates.
> 

I've just realized it was the shorten_branches pass
that did the splitting and not final_scan_insn. Anyway
jeff has moved the shorten_branches pass back to before
reg-stack pass.

What threw me was I looked at the highest numbered
dump file which was reg-stack and shorten_branches
doesn't write a dump file.

Graham

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