+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.
(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"
"*
{