Re: replace_rtx

2006-07-07 Thread Ian Lance Taylor
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.

replace_rtx

2006-07-06 Thread Rajkishore Barik
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