Commit fec512b0 by Jeffrey A Law Committed by Jeff Law

* expr.h (init_mov_optab): Delete declaration

From-SVN: r29726
parent 2fa18a53
...@@ -10,6 +10,8 @@ Thu Sep 30 00:13:27 1999 Dirk Zoller <duz@rtsffm.com> ...@@ -10,6 +10,8 @@ Thu Sep 30 00:13:27 1999 Dirk Zoller <duz@rtsffm.com>
Wed Sep 29 23:43:39 1999 Jeffrey A Law (law@cygnus.com) Wed Sep 29 23:43:39 1999 Jeffrey A Law (law@cygnus.com)
* expr.h (init_mov_optab): Delete declaration
* h8300.c (WORD_REG_USED): Update to avoid useless register * h8300.c (WORD_REG_USED): Update to avoid useless register
saves in interrupt functions and functions which never return. saves in interrupt functions and functions which never return.
......
...@@ -1203,7 +1203,6 @@ extern tree (*lang_expand_constant) PROTO((tree)); ...@@ -1203,7 +1203,6 @@ extern tree (*lang_expand_constant) PROTO((tree));
#endif #endif
extern void init_all_optabs PROTO ((void)); extern void init_all_optabs PROTO ((void));
extern void init_mov_optab PROTO ((void));
extern void do_jump_by_parts_equality_rtx PROTO((rtx, rtx, rtx)); extern void do_jump_by_parts_equality_rtx PROTO((rtx, rtx, rtx));
extern void do_jump_by_parts_greater_rtx PROTO ((enum machine_mode, int, extern void do_jump_by_parts_greater_rtx PROTO ((enum machine_mode, int,
rtx, rtx, rtx, rtx)); rtx, rtx, rtx, rtx));
......
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