summaryrefslogtreecommitdiff
path: root/gcc/config/ia64
diff options
context:
space:
mode:
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2007-08-06 17:03:13 +0000
committersje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2007-08-06 17:03:13 +0000
commitffd77765467c0a9dcb5ca3b8d3d36b8bd10f0cd6 (patch)
tree3a08e828d94b09c9618b51d77df275376af05699 /gcc/config/ia64
parent64ba0e80b7481ef7ef5c83bc3c2db1559b698dd5 (diff)
downloadgcc-ffd77765467c0a9dcb5ca3b8d3d36b8bd10f0cd6.tar.gz
* config/ia64/div.md (m2subrf4_cond): Change 'g' to 'G'.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127246 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/ia64')
-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 e66a8a05288..d26954b9a1e 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" ""))]