Commit c6e95f34 by Jan Hubicka Committed by Jan Hubicka

* i386.md (pushsf, pushdf_nointeger): Fix constraint.

From-SVN: r39678
parent 394fd776
Wed Feb 14 11:13:45 CET 2001 Jan Hubicka <jh@suse.cz>
* i386.md (pushsf, pushdf_nointeger): Fix constraint.
2001-02-14 Richard Henderson <rth@redhat.com> 2001-02-14 Richard Henderson <rth@redhat.com>
* regclass.c (init_reg_sets_1): Revert last two changes. * regclass.c (init_reg_sets_1): Revert last two changes.
......
...@@ -2149,7 +2149,7 @@ ...@@ -2149,7 +2149,7 @@
(define_insn "*pushsf" (define_insn "*pushsf"
[(set (match_operand:SF 0 "push_operand" "=<,<,<") [(set (match_operand:SF 0 "push_operand" "=<,<,<")
(match_operand:SF 1 "general_no_elim_operand" "f#rx,rFm#fx,x"))] (match_operand:SF 1 "general_no_elim_operand" "f#rx,rFm#fx,x#rf"))]
"" ""
"* "*
{ {
...@@ -2293,7 +2293,7 @@ ...@@ -2293,7 +2293,7 @@
(define_insn "*pushdf_nointeger" (define_insn "*pushdf_nointeger"
[(set (match_operand:DF 0 "push_operand" "=<,<,<,<") [(set (match_operand:DF 0 "push_operand" "=<,<,<,<")
(match_operand:DF 1 "general_no_elim_operand" "f#Y,Fo#fY,*r#fY,Y"))] (match_operand:DF 1 "general_no_elim_operand" "f#Y,Fo#fY,*r#fY,Y#f"))]
"!TARGET_INTEGER_DFMODE_MOVES" "!TARGET_INTEGER_DFMODE_MOVES"
"* "*
{ {
......
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