Commit b441fbb0 by Steve Ellcey Committed by Steve Ellcey

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

From-SVN: r127246
parent db24f669
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.
2007-08-06 H.J. Lu <hongjiu.lu@intel.com>
......
......@@ -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" ""))]
......
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