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

From-SVN: r36217
This commit is contained in:
Graham Stott 2000-09-07 00:56:11 +00:00 committed by Jeff Law
parent 0e5921e8a0
commit 0806f95fb4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-09-06 Graham Stott <grahams@cygnus.co.uk>
* config/i386/i386.h (ADDRESS_COST): Fix typo.
2000-09-06 Zack Weinberg <zack@wolery.cumb.org>
Integrated preprocessor.

View File

@ -2101,7 +2101,7 @@ while (0)
lifetimes. */
#define ADDRESS_COST(RTX) \
ix86_address_cost (x)
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