re PR target/25212 (unrecognizable insn for facerec with odd optimization set)
authorAlan Modra <amodra@bigpond.net.au>
Wed, 7 Dec 2005 16:07:08 +0000 (16:07 +0000)
committerAlan Modra <amodra@gcc.gnu.org>
Wed, 7 Dec 2005 16:07:08 +0000 (02:37 +1030)
commit9024f4b86c494813249c6bae473e832f0bc8863a
tree9a1da90404694330260b4549252d0b6db2047fe4
parent8a39029d19e1f7ec50a7203d53137940f447314e
re PR target/25212 (unrecognizable insn for facerec with odd optimization set)

PR target/25212
* config/rs6000/rs6000.c (legitimate_indexed_address_p): Relax
tests further when !strict && reload_in_progress.
(print_operand): Check that both operands of indexed address are regs.
(print_operand_address): Likewise.
* config/rs6000/rs6000.h (INT_REG_OK_FOR_INDEX_P): Simplify.
(INT_REG_OK_FOR_BASE_P): Correct.

From-SVN: r108167
gcc/ChangeLog
gcc/config/rs6000/rs6000.c
gcc/config/rs6000/rs6000.h