This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Trivial pentium.md patch


Found by Jonah B. Graham.  

	* pentium.md (pentium-firstvboth): Fix typo.

Index: pentium.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/pentium.md,v
retrieving revision 1.1
diff -c -3 -p -r1.1 pentium.md
*** pentium.md	9 May 2002 23:41:39 -0000	1.1
--- pentium.md	6 Sep 2002 19:05:02 -0000
***************
*** 118,124 ****
  					      (pentium-load+pentium-firstv))")
  (define_reservation "pentium-firstuboth" "(pentium-load + pentium-firstu
  					   + pentium-memory)")
! (define_reservation "pentium-firstvboth" "(pentium-load + pentium-firstu
  					   + pentium-memory)")
  (define_reservation "pentium-firstuvboth" "(pentium-load + pentium-firstuv
  					    + pentium-memory)
--- 118,124 ----
  					      (pentium-load+pentium-firstv))")
  (define_reservation "pentium-firstuboth" "(pentium-load + pentium-firstu
  					   + pentium-memory)")
! (define_reservation "pentium-firstvboth" "(pentium-load + pentium-firstv
  					   + pentium-memory)")
  (define_reservation "pentium-firstuvboth" "(pentium-load + pentium-firstuv
  					    + pentium-memory)





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]