Commit a426c92e by Richard Kenner

Fix editing error

From-SVN: r48802
parent bb93b973
......@@ -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);
......
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