diff options
author | Steve Ellcey <sje@cup.hp.com> | 2007-08-06 17:03:13 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2007-08-06 17:03:13 +0000 |
commit | b441fbb053733e4c2d48d91a688b2f56cbd36359 (patch) | |
tree | 3a08e828d94b09c9618b51d77df275376af05699 /gcc | |
parent | db24f669084897446429cb63e4bb8b40a0392de7 (diff) | |
download | gcc-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')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/ia64/div.md | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 21f3b83..b91b36b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 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> 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" ""))] |