expr.c (emit_single_push_insn): Add call to push expander.
authorJan Hubicka <hubicka@gcc.gnu.org>
Fri, 20 Jul 2001 20:10:42 +0000 (20:10 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Fri, 20 Jul 2001 20:10:42 +0000 (20:10 +0000)
commit38f4324cb9c84ae6afd935a89c2cbb3fb2a1d6d6
tree828d6cd6bce3ce31df3e2e24c39c2b5a81aff6e2
parent371b8fc0bc89750fd5aac47eda61cc7db7cf7f53
expr.c (emit_single_push_insn): Add call to push expander.

* expr.c (emit_single_push_insn): Add call to push expander.
* expr.h (optab_index): Add OTI_push
(push_optab): New constant.
* genopinit.c (optabs): Add push_optab.
* optabs.c (init_optab): Init push optab.
* md.texi (push??1): Document

From-SVN: r44211
gcc/doc/md.texi