summaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-30 07:14:18 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-30 07:14:18 +0000
commitc2554fbbc409ebae5e1739313addbe8d55c42fde (patch)
tree0719968dc0f17579ed5d4d84baa176dfc61590bd /gcc/expr.h
parent092b63320ce597706db881ed722864e3888f0368 (diff)
downloadgcc-c2554fbbc409ebae5e1739313addbe8d55c42fde.tar.gz
* expr.h (init_mov_optab): Delete declaration
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29726 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index 52f743b2f3c..13421d5b21b 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -1203,7 +1203,6 @@ extern tree (*lang_expand_constant) PROTO((tree));
#endif
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_greater_rtx PROTO ((enum machine_mode, int,
rtx, rtx, rtx, rtx));