Commit 0e9cbd11 by Kazu Hirata Committed by Kazu Hirata

* expr.c (emit_move_insn_1): Fix a comment typo.

From-SVN: r68341
parent 7fedea11
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.
2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
......
......@@ -3343,8 +3343,8 @@ emit_move_insn_1 (x, y)
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)))
......
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