This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [lno] PATCH rs6000.md fix
>>>>> Mostafa Hagog writes:
Mostafa> Bootstraps on powerpc-apple-darwin7.2.0, no new regressions. Ok to commit
Mostafa> to lno?
Mostafa> IMO this should go also to mainline.
Mostafa> 2004-03-28 Mostafa Hagog <mustafa@il.ibm.com>
Mostafa> * config/rs6000/rs6000.md ("*ctrsi_internal1", "*ctrsi_internal2",
Mostafa> "*ctrdi_internal1", "*ctrdi_internal2", "*ctrsi_internal3",
Mostafa> "*ctrsi_internal4", "*ctrdi_internal3", "*ctrdi_internal4",
Mostafa> "*ctrsi_internal5", "*ctrsi_internal6", "*ctrdi_internal5",
Mostafa> "*ctrdi_internal6"): Replace register_operand with
Mostafa> nonimmediate_operand
Yes. I looked into this, but I preferred to see a testcase that
failed. I will commit this to mainline.
Thanks, David