Commit a2900460 by Richard Henderson Committed by Richard Henderson

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

From-SVN: r57871
parent ff025ab9
2002-10-06 Richard Henderson <rth@redhat.com> 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 PR optimization/2960
* toplev.c (rest_of_compilation): Don't copy_loop_headers if * toplev.c (rest_of_compilation): Don't copy_loop_headers if
optimize_size. optimize_size.
......
...@@ -10217,7 +10217,7 @@ ...@@ -10217,7 +10217,7 @@
(define_insn "load_toc_v4_PIC_2" (define_insn "load_toc_v4_PIC_2"
[(set (match_operand:SI 0 "gpc_reg_operand" "=r") [(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") (minus:SI (match_operand:SI 2 "immediate_operand" "s")
(match_operand:SI 3 "immediate_operand" "s")))))] (match_operand:SI 3 "immediate_operand" "s")))))]
"TARGET_ELF && DEFAULT_ABI != ABI_AIX && flag_pic == 2" "TARGET_ELF && DEFAULT_ABI != ABI_AIX && flag_pic == 2"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment