diff options
author | James E Wilson <wilson@specifixinc.com> | 2004-08-18 23:48:41 +0000 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 2004-08-18 16:48:41 -0700 |
commit | a1627d809571d2912d6f97beb2584398a77d565e (patch) | |
tree | 21a8deb0b7ebe59ba7ed44180db6e32ec2f7eb2c /gcc | |
parent | 9ff6992e3d912f5feaf2a6ed8df75481c54dbb1b (diff) | |
download | gcc-a1627d809571d2912d6f97beb2584398a77d565e.zip gcc-a1627d809571d2912d6f97beb2584398a77d565e.tar.gz gcc-a1627d809571d2912d6f97beb2584398a77d565e.tar.bz2 |
Fix a simple typo.
* config/mips/sb1.md (ir_sb1_divsf_1pipe): Renamed from ...1pipes.
From-SVN: r86218
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/config/mips/sb1.md | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2cde6ad..9cae78e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2004-08-18 James E Wilson <wilson@specifixinc.com> + * config/mips/sb1.md (ir_sb1_divsf_1pipe): Renamed from ...1pipes. + * config/mips/mips.md (type): Add frdiv. (divsf3+1, divsf3+2): Change type to frdiv. * config/mips/sb1.md (ir_sb1_recipsf_2pipes, ir_sb1_recipsf_1pipe, diff --git a/gcc/config/mips/sb1.md b/gcc/config/mips/sb1.md index c831a47..8e28e79 100644 --- a/gcc/config/mips/sb1.md +++ b/gcc/config/mips/sb1.md @@ -411,7 +411,7 @@ (eq_attr "sb1_fp_pipes" "two")))) "sb1_fp1 | sb1_fp0") -(define_insn_reservation "ir_sb1_divsf_1pipes" 24 +(define_insn_reservation "ir_sb1_divsf_1pipe" 24 (and (eq_attr "cpu" "sb1") (and (eq_attr "type" "fdiv") (and (eq_attr "mode" "SF") |