Commit ce45f03b authored by wilson's avatar wilson
Browse files

Fix typo spotted by grahams.

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


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33782 138bc75d-0d04-0410-961f-82ee72b054a4
parent 6ef7f25d
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> 2000-05-08 Richard Henderson <rth@cygnus.com>
   
* config/ia64/ia64.h (predicate_operator): Declare. * config/ia64/ia64.h (predicate_operator): Declare.
......
...@@ -1141,7 +1141,7 @@ enum reg_class ...@@ -1141,7 +1141,7 @@ enum reg_class
address would be in b0 (rp). */ address would be in b0 (rp). */
#define RETURN_ADDR_RTX(COUNT, FRAMEADDR) \ #define RETURN_ADDR_RTX(COUNT, FRAMEADDR) \
((count == 0) \ (((COUNT) == 0) \
? gen_rtx_REG (Pmode, RETURN_ADDRESS_REGNUM) \ ? gen_rtx_REG (Pmode, RETURN_ADDRESS_REGNUM) \
: (rtx) 0) : (rtx) 0)
......
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