+2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
+
+ * expr.c (emit_move_insn_1): Fix a comment typo.
+
2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
* doc/invoke.texi: Alphabetize dump options.
int stack = push_operand (x, GET_MODE (x));
#ifdef PUSH_ROUNDING
- /* In case we output to the stack, but the size is smaller machine can
- push exactly, we need to use move instructions. */
+ /* In case we output to the stack, but the size is smaller than the
+ machine can push exactly, we need to use move instructions. */
if (stack
&& (PUSH_ROUNDING (GET_MODE_SIZE (submode))
!= GET_MODE_SIZE (submode)))