Fix typo spotted by grahams.

* config/ia64/ia64.h (RETURN_ADDR_RTX): Use COUNT not count.

From-SVN: r33782
This commit is contained in:
Jim Wilson 2000-05-09 00:17:57 +00:00 committed by Jim Wilson
parent de4bfbcbaa
commit 408607542a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Mon May 8 17:16:48 2000 Jim Wilson <wilson@cygnus.com>
* config/ia64/ia64.h (RETURN_ADDR_RTX): Use COUNT not count.
2000-05-08 Richard Henderson <rth@cygnus.com>
* config/ia64/ia64.h (predicate_operator): Declare.

View File

@ -1141,7 +1141,7 @@ enum reg_class
address would be in b0 (rp). */
#define RETURN_ADDR_RTX(COUNT, FRAMEADDR) \
((count == 0) \
(((COUNT) == 0) \
? gen_rtx_REG (Pmode, RETURN_ADDRESS_REGNUM) \
: (rtx) 0)