Rajkishore Barik <[EMAIL PROTECTED]> writes:
> I am doing some modification to gcc's RTL code. I am trying to split a
> pseudo (old) into two pseudos (old and new)
> and rewriting some part of the code to replace the "old" pseudo by the
> "new" pseudo.
Hi,
I am doing some modification to gcc's RTL code. I am trying to split a
pseudo (old) into two pseudos (old and new)
and rewriting some part of the code to replace the "old" pseudo by the
"new" pseudo. I am using the "replace_rtx" function
to perform th