Commit aa2fb4dd by Kazu Hirata Committed by Kazu Hirata

h8300.c (h8300_shift_needs_scratch_p): Update a comment.

	* config/h8300/h8300.c (h8300_shift_needs_scratch_p): Update a
	comment.

From-SVN: r61796
parent 1125849a
2003-01-25 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.c (h8300_shift_needs_scratch_p): Update a
comment.
2002-01-25 Richard Henderson <rth@redhat.com>
* config/m68k/m68k-none.h (ASM_SPEC): Adjust inter-option spacing.
......
......@@ -3196,7 +3196,7 @@ h8300_shift_needs_scratch_p (count, mode)
abort ();
}
/* On H8/300H and H8S, count == 8 uses the scratch register. */
/* On H8/300H, count == 8 uses a scratch register. */
return (a == SHIFT_LOOP || lr == SHIFT_LOOP || ar == SHIFT_LOOP
|| (TARGET_H8300H && mode == SImode && count == 8));
}
......
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