mirror of git://gcc.gnu.org/git/gcc.git
* pentium.md (pentium-firstvboth): Fix typo.
From-SVN: r56901
This commit is contained in:
parent
750db234b1
commit
942579db7e
|
|
@ -1,3 +1,7 @@
|
||||||
|
Fri Sep 6 13:10:08 2002 Jeffrey A Law (law@redhat.com)
|
||||||
|
|
||||||
|
* pentium.md (pentium-firstvboth): Fix typo.
|
||||||
|
|
||||||
2002-09-06 Dhananjay Deshpande <dhananjayd@kpit.com>
|
2002-09-06 Dhananjay Deshpande <dhananjayd@kpit.com>
|
||||||
|
|
||||||
* h8300.c (enum shift_alg): Move to earlier in h8300.c.
|
* h8300.c (enum shift_alg): Move to earlier in h8300.c.
|
||||||
|
|
|
||||||
|
|
@ -118,7 +118,7 @@
|
||||||
(pentium-load+pentium-firstv))")
|
(pentium-load+pentium-firstv))")
|
||||||
(define_reservation "pentium-firstuboth" "(pentium-load + pentium-firstu
|
(define_reservation "pentium-firstuboth" "(pentium-load + pentium-firstu
|
||||||
+ pentium-memory)")
|
+ pentium-memory)")
|
||||||
(define_reservation "pentium-firstvboth" "(pentium-load + pentium-firstu
|
(define_reservation "pentium-firstvboth" "(pentium-load + pentium-firstv
|
||||||
+ pentium-memory)")
|
+ pentium-memory)")
|
||||||
(define_reservation "pentium-firstuvboth" "(pentium-load + pentium-firstuv
|
(define_reservation "pentium-firstuvboth" "(pentium-load + pentium-firstuv
|
||||||
+ pentium-memory)
|
+ pentium-memory)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue