mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-10 01:57:09 +08:00
* config/rs6000/rs6000.md (load_toc_v4_PIC_2): Fix base constraint.
From-SVN: r57871
This commit is contained in:
parent
ff025ab9ad
commit
a290046011
@ -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 Richard Henderson <rth@redhat.com>
|
||||
|
||||
PR optimization/2960
|
||||
|
@ -10217,7 +10217,7 @@
|
||||
|
||||
(define_insn "load_toc_v4_PIC_2"
|
||||
[(set (match_operand:SI 0 "gpc_reg_operand" "=r")
|
||||
(mem:SI (plus:SI (match_operand:SI 1 "gpc_reg_operand" "r")
|
||||
(mem:SI (plus:SI (match_operand:SI 1 "gpc_reg_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"
|
||||
|
Loading…
Reference in New Issue
Block a user