projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb93b97
)
Fix editing error
author
Richard Kenner
<kenner@gcc.gnu.org>
Sat, 12 Jan 2002 14:33:18 +0000
(09:33 -0500)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Sat, 12 Jan 2002 14:33:18 +0000
(09:33 -0500)
From-SVN: r48802
gcc/expr.c
patch
|
blob
|
history
diff --git
a/gcc/expr.c
b/gcc/expr.c
index b17658a041d68a67f313c7fcdcf7ade9a5b57993..bad461ef066d2f39f2f29089aed2cd75abe502db 100644
(file)
--- a/
gcc/expr.c
+++ b/
gcc/expr.c
@@
-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);