This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Initial values vs inlined functions [was: PATCH: extra machine-dependent passes]
> > which will make copy_rtx_and_substitute replace the pseudos
> > from the callee with the pseudos from the caller.
> Does that work if hard_reg is really a nontrivial rtx expression?
> (I'm thinking of your PIC example).
Duh, nevermind. That code doesn't replace the original rtx, but the
original pseudos. I'll check it in with that change then. Thanks!