* config/ia64/div.md (m2subrf4_cond): Change 'g' to 'G'.
authorSteve Ellcey <sje@cup.hp.com>
Mon, 6 Aug 2007 17:03:13 +0000 (17:03 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Mon, 6 Aug 2007 17:03:13 +0000 (17:03 +0000)
From-SVN: r127246

gcc/ChangeLog
gcc/config/ia64/div.md

index 21f3b83273b21704cbd09c53e9ee92d0c4cb991c..b91b36b09abda7a5f9ca69e7887f36e7663f624a 100644 (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.
index e66a8a052882653feefd51d2548c5260e2b071e3..d26954b9a1eddaf8631145b97de3dbe93cf3b5e7 100644 (file)
         (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" ""))]