diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 2002-01-12 09:33:18 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 2002-01-12 09:33:18 -0500 |
commit | a426c92e8f26a584a5fe782cca0f8524e10eab46 (patch) | |
tree | d7912f3e9e38ac27507f071709e85eef2d941e12 /gcc | |
parent | bb93b973c9644462184e62c4b098dbbd6885a1da (diff) | |
download | gcc-a426c92e8f26a584a5fe782cca0f8524e10eab46.zip gcc-a426c92e8f26a584a5fe782cca0f8524e10eab46.tar.gz gcc-a426c92e8f26a584a5fe782cca0f8524e10eab46.tar.bz2 |
Fix editing error
From-SVN: r48802
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2998,7 +2998,7 @@ emit_move_insn_1 (x, y) GEN_INT (PUSH_ROUNDING (GET_MODE_SIZE (GET_MODE (x)))), - stack_pointer_rtx, 0,& OPTAB_LIB_WIDEN); + stack_pointer_rtx, 0, OPTAB_LIB_WIDEN); if (temp != stack_pointer_rtx) emit_move_insn (stack_pointer_rtx, temp); |