* expr.c (emit_move_insn_1): Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 22 Jun 2003 16:40:45 +0000 (16:40 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 22 Jun 2003 16:40:45 +0000 (16:40 +0000)
From-SVN: r68341

gcc/ChangeLog
gcc/expr.c

index 859c0b357e4b3690fb9d5a047e2bf9b82374522c..75bed2545c0322e16fd01d3f8cfa13b4bd3e1fac 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 6501f873e3d71550f64b72c20939656bec855631..a2cfdcd3a7dcd0c59e93a478d630d8b729a05e14 100644 (file)
@@ -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)))