Commit dd4c3763 by Kazu Hirata Committed by Kazu Hirata

* config/h8300/h8300.c (dosize): Convert to ISO-C.

From-SVN: r73841
parent d3f010ec
2003-11-22 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.c (dosize): Convert to ISO-C.
2003-11-22 J"orn Rennecke <joern.rennecke@superh.com>
* flow.c (update_life_info): Amend comment about when a register
......
......@@ -365,9 +365,7 @@ byte_reg (rtx x, int b)
SIZE to adjust the stack pointer. */
static void
dosize (sign, size)
int sign;
unsigned int size;
dosize (int sign, unsigned int size)
{
/* H8/300 cannot add/subtract a large constant with a single
instruction. If a temporary register is available, load the
......
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