diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-28 02:17:59 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-28 02:17:59 +0000 |
commit | 058064161ea55855141d64a6c49be96c80c4f104 (patch) | |
tree | 569cc0f53ad430442326e0cada3e876ee17f950a /gcc/recog.c | |
parent | 96ff037288ee859bd76032acdc6ce192e3ee80d9 (diff) | |
download | gcc-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/recog.c')
-rw-r--r-- | gcc/recog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/recog.c b/gcc/recog.c index 876004129de..ed4b135e551 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -28,9 +28,9 @@ Boston, MA 02111-1307, USA. */ #include "insn-attr.h" #include "insn-flags.h" #include "insn-codes.h" +#include "hard-reg-set.h" #include "recog.h" #include "regs.h" -#include "hard-reg-set.h" #include "function.h" #include "flags.h" #include "real.h" |