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]

patch i386.h fix typo.


All

Can I apply this patch under the obviously correct rule?

Graham

ChangeLog

        * config/i386/i386.h (ADDRESS_COST): Fix typo.

--------------------------------------------------------------------------------
Index: i386.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/i386/i386.h,v
retrieving revision 1.126
diff -c -p -r1.126 i386.h
*** i386.h      2000/09/06 09:20:38     1.126
--- i386.h      2000/09/06 13:00:33
*************** while (0)
*** 2101,2107 ****
     lifetimes.  */

  #define ADDRESS_COST(RTX) \
!   ix86_address_cost (x)

  /* A C expression for the cost of moving data from a register in class FROM to
     one in class TO.  The classes are expressed using the enumeration values
--- 2101,2107 ----
     lifetimes.  */

  #define ADDRESS_COST(RTX) \
!   ix86_address_cost (RTX)

  /* A C expression for the cost of moving data from a register in class FROM to
     one in class TO.  The classes are expressed using the enumeration values
-----------------------------------------------------------------------------------

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