* config/ia64/div.md (m2subrf4_cond): Change 'g' to 'G'.

From-SVN: r127246
This commit is contained in:
Steve Ellcey 2007-08-06 17:03:13 +00:00 committed by Steve Ellcey
parent db24f66908
commit b441fbb053
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2007-08-06 Steve Ellcey <sje@cup.hp.com>
* config/ia64/div.md (m2subrf4_cond): Change 'g' to 'G'.
2007-08-06 Steve Ellcey <sje@cup.hp.com>
* config/ia64/ia64.h (MODES_TIEABLE_P): Fix typo.

View File

@ -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" ""))]