From b441fbb053733e4c2d48d91a688b2f56cbd36359 Mon Sep 17 00:00:00 2001 From: Steve Ellcey Date: Mon, 6 Aug 2007 17:03:13 +0000 Subject: * config/ia64/div.md (m2subrf4_cond): Change 'g' to 'G'. From-SVN: r127246 --- gcc/config/ia64/div.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/config/ia64/div.md') diff --git a/gcc/config/ia64/div.md b/gcc/config/ia64/div.md index e66a8a0..d26954b 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" ""))] -- cgit v1.1