* config/rs6000/rs6000.md (load_toc_v4_PIC_2): Fix base constraint.

From-SVN: r57872
This commit is contained in:
Richard Henderson 2002-10-06 21:21:05 -07:00 committed by Richard Henderson
parent 05baa28de0
commit 83efa2b59b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-10-06 Richard Henderson <rth@redhat.com>
* config/rs6000/rs6000.md (load_toc_v4_PIC_2): Fix base constraint.
2002-10-06 Roger Sayle <roger@eyesopen.com>
PR optimization/6627

View File

@ -9657,7 +9657,7 @@
(define_insn "load_toc_v4_PIC_2"
[(set (match_operand:SI 0 "register_operand" "=r")
(mem:SI (plus:SI (match_operand:SI 1 "register_operand" "r")
(mem:SI (plus:SI (match_operand:SI 1 "register_operand" "b")
(minus:SI (match_operand:SI 2 "immediate_operand" "s")
(match_operand:SI 3 "immediate_operand" "s")))))]
"TARGET_ELF && DEFAULT_ABI != ABI_AIX && flag_pic == 2"