Commit 0806f95f by Graham Stott Committed by Jeff Law

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

From-SVN: r36217
parent 0e5921e8
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment