Commit f8b58e56 by Kazu Hirata Committed by Kazu Hirata

h8300.c (h8300_emit_stack_adjustment): Fix a warning.

	* config/h8300/h8300.c (h8300_emit_stack_adjustment): Fix a
	warning.

From-SVN: r78008
parent 8d82e1d8
2004-02-17 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.c (h8300_emit_stack_adjustment): Fix a
warning.
2004-02-17 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md (*one_complsi2_h8300): Change to
*one_cmplsi2_h8300.
(*one_complsi2_h8300hs): Change to *one_cmplsi2_h8300hs.
......
......@@ -372,7 +372,7 @@ h8300_emit_stack_adjustment (int sign, unsigned int size)
{
/* If the frame size is 0, we don't have anything to do. */
if (size == 0)
return 0;
return;
/* 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