diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 21f3b83273b..b91b36b09ab 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-08-06 Steve Ellcey + + * config/ia64/div.md (m2subrf4_cond): Change 'g' to 'G'. + 2007-08-06 Steve Ellcey * config/ia64/ia64.h (MODES_TIEABLE_P): Fix typo. diff --git a/gcc/config/ia64/div.md b/gcc/config/ia64/div.md index e66a8a05288..d26954b9a1e 100644 --- a/gcc/config/ia64/div.md +++ b/gcc/config/ia64/div.md @@ -140,10 +140,10 @@ (if_then_else:RF (ne:RF (match_operand:BI 1 "register_operand" "c,c") (const_int 0)) (minus:RF - (match_operand:RF 2 "fr_reg_or_fp01_operand" "fg,fG") + (match_operand:RF 2 "fr_reg_or_fp01_operand" "fG,fG") (mult:RF - (match_operand:RF 3 "fr_reg_or_fp01_operand" "fg,fG") - (match_operand:RF 4 "fr_reg_or_fp01_operand" "fg,fG"))) + (match_operand:RF 3 "fr_reg_or_fp01_operand" "fG,fG") + (match_operand:RF 4 "fr_reg_or_fp01_operand" "fG,fG"))) (match_operand:RF 5 "fr_reg_or_0_operand" "0,H"))) (use (match_operand:SI 6 "const_int_operand" "")) (use (match_operand:SI 7 "const_int_operand" ""))]