diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-06 19:07:48 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-06 19:07:48 +0000 |
commit | 68b4aff718e8bd7f2ff6f07d8dcf98b0e45458a6 (patch) | |
tree | 5094525f7b287cc01c3fa3082f6d9fc1f7d9d34f /gcc/config/i386/pentium.md | |
parent | 9180d621284f62a19772d4aaa2a280e722fcff17 (diff) | |
download | gcc-68b4aff718e8bd7f2ff6f07d8dcf98b0e45458a6.tar.gz |
* pentium.md (pentium-firstvboth): Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56901 138bc75d-0d04-0410-961f-82ee72b054a4
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 2d418bdf119..77c7252a56a 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) |