This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [3.4-BIB] Use FFREEp
> On Sat, Nov 23, 2002 at 12:53:05AM +0100, Jan Hubicka wrote:
> > Do you see anything wrong with doing the first split_all_insns
> > unconditional and kill all the other ones?
>
> I guess not.
>
> > We probably can also add abort at splitting in the final pass as now it
> > should happen only when recursive splitting is needed and that is bad
> > idea.
>
> If you're not going to leave the asm text there, then do abort
Good idea...
> rather than returning "#".
Would be patch OK with that change?
>
>
> r~