summaryrefslogtreecommitdiff
path: root/gcc/genconfig.c
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2000-05-28 02:17:59 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2000-05-28 02:17:59 +0000
commit058064161ea55855141d64a6c49be96c80c4f104 (patch)
tree569cc0f53ad430442326e0cada3e876ee17f950a /gcc/genconfig.c
parent96ff037288ee859bd76032acdc6ce192e3ee80d9 (diff)
downloadgcc-058064161ea55855141d64a6c49be96c80c4f104.tar.gz
* Makefile.in (resource.o): Depend on except.h.
* except.h (output_exception_table_data): Prototype. * genconfig.c (gen_peephole2): Prototype. * genemit.c (main): Include ggc.h. * genoutput.c: Revert parts of last change: include errors.h (main): Set progname. * recog.c: Include hard-reg-set.h before recog.h. * resource.c: Include except.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34219 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/genconfig.c')
-rw-r--r--gcc/genconfig.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/genconfig.c b/gcc/genconfig.c
index e7964aba680..01bbd817e09 100644
--- a/gcc/genconfig.c
+++ b/gcc/genconfig.c
@@ -53,6 +53,7 @@ static void gen_insn PARAMS ((rtx));
static void gen_expand PARAMS ((rtx));
static void gen_split PARAMS ((rtx));
static void gen_peephole PARAMS ((rtx));
+static void gen_peephole2 PARAMS ((rtx));
/* RECOG_P will be non-zero if this pattern was seen in a context where it will
be used to recognize, rather than just generate an insn.