Commit a4f76ef9 by Alexandre Oliva Committed by Alexandre Oliva

sh.md (sym_label2reg): Make sure all CONSTs have modes.

* config/sh/sh.md (sym_label2reg): Make sure all CONSTs have
modes.

From-SVN: r49192
parent b6a95741
2002-01-24 Alexandre Oliva <aoliva@redhat.com>
* config/sh/sh.md (sym_label2reg): Make sure all CONSTs have
modes.
2002-01-24 Kazu Hirata <kazu@hxi.com> 2002-01-24 Kazu Hirata <kazu@hxi.com>
* config/h8300/h8300.c (print_operand): Remove support for * config/h8300/h8300.c (print_operand): Remove support for
......
...@@ -3784,9 +3784,11 @@ ...@@ -3784,9 +3784,11 @@
(define_expand "sym_label2reg" (define_expand "sym_label2reg"
[(set (match_operand:SI 0 "" "") [(set (match_operand:SI 0 "" "")
(const (minus:SI (const:SI (minus:SI
(const:SI (unspec:SI [(match_operand:SI 1 "" "")] UNSPEC_PIC)) (const:SI
(const (plus:SI (unspec:SI [(match_operand:SI 1 "" "")] UNSPEC_PIC))
(const:SI
(plus:SI
(match_operand:SI 2 "" "") (match_operand:SI 2 "" "")
(const_int 2))))))] (const_int 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