summaryrefslogtreecommitdiff
path: root/gcc/expr.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-22 16:40:45 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-22 16:40:45 +0000
commit31d97509f49c2b7f888ec7361d886600b87a84b6 (patch)
tree6ff278543143c7478f4d28ee35f7a5126003280e /gcc/expr.c
parent8b0f77b3241f34d77250e2fc7a3aa0f260866130 (diff)
downloadgcc-31d97509f49c2b7f888ec7361d886600b87a84b6.tar.gz
* expr.c (emit_move_insn_1): Fix a comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68341 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expr.c')
-rw-r--r--gcc/expr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index 6501f873e3d..a2cfdcd3a7d 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -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)))