* i386.md (pushsf, pushdf_nointeger): Fix constraint.
authorJan Hubicka <jh@suse.cz>
Wed, 14 Feb 2001 10:52:33 +0000 (11:52 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 14 Feb 2001 10:52:33 +0000 (10:52 +0000)
From-SVN: r39678

gcc/ChangeLog
gcc/config/i386/i386.md

index 09c8a733cb5ff18ee4b084a3b696baae4d8cf6d8..e77d4d8c9272e38964f65a58e8ddb53b04d2ceab 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        * regclass.c (init_reg_sets_1): Revert last two changes.
index acd709ca678a7ad90f5cc736e646f9543bc43b4c..200fbb99ed1d2f45cc7c7961211ad46217e08a21 100644 (file)
 
 (define_insn "*pushsf"
   [(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"))]
   ""
   "*
 {
 
 (define_insn "*pushdf_nointeger"
   [(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"
   "*
 {