diff options
author | Jeff Law <law@redhat.com> | 2002-09-06 13:07:48 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2002-09-06 13:07:48 -0600 |
commit | 942579db7ede8c20f9b6906d8a32fbc35c409250 (patch) | |
tree | 5094525f7b287cc01c3fa3082f6d9fc1f7d9d34f /gcc/config/i386/pentium.md | |
parent | 750db234b16c21c49f0041657957ca884cec795b (diff) | |
download | gcc-942579db7ede8c20f9b6906d8a32fbc35c409250.zip gcc-942579db7ede8c20f9b6906d8a32fbc35c409250.tar.gz gcc-942579db7ede8c20f9b6906d8a32fbc35c409250.tar.bz2 |
* pentium.md (pentium-firstvboth): Fix typo.
From-SVN: r56901
Diffstat (limited to 'gcc/config/i386/pentium.md')
-rw-r--r-- | gcc/config/i386/pentium.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/pentium.md b/gcc/config/i386/pentium.md index 2d418bd..77c7252 100644 --- a/gcc/config/i386/pentium.md +++ b/gcc/config/i386/pentium.md @@ -118,7 +118,7 @@ (pentium-load+pentium-firstv))") (define_reservation "pentium-firstuboth" "(pentium-load + pentium-firstu + pentium-memory)") -(define_reservation "pentium-firstvboth" "(pentium-load + pentium-firstu +(define_reservation "pentium-firstvboth" "(pentium-load + pentium-firstv + pentium-memory)") (define_reservation "pentium-firstuvboth" "(pentium-load + pentium-firstuv + pentium-memory) |