aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/ia64/div.md
diff options
context:
space:
mode:
authorSteve Ellcey <sje@cup.hp.com>2007-08-06 17:03:13 +0000
committerSteve Ellcey <sje@gcc.gnu.org>2007-08-06 17:03:13 +0000
commitb441fbb053733e4c2d48d91a688b2f56cbd36359 (patch)
tree3a08e828d94b09c9618b51d77df275376af05699 /gcc/config/ia64/div.md
parentdb24f669084897446429cb63e4bb8b40a0392de7 (diff)
downloadgcc-b441fbb053733e4c2d48d91a688b2f56cbd36359.zip
gcc-b441fbb053733e4c2d48d91a688b2f56cbd36359.tar.gz
gcc-b441fbb053733e4c2d48d91a688b2f56cbd36359.tar.bz2
* config/ia64/div.md (m2subrf4_cond): Change 'g' to 'G'.
From-SVN: r127246
Diffstat (limited to 'gcc/config/ia64/div.md')
-rw-r--r--gcc/config/ia64/div.md6
1 files changed, 3 insertions, 3 deletions
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" ""))]