OSDN Git Service

* Makefile.in (web.o): Depend on insn-config.h and $(RECOG_H).
authorbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 10 Apr 2010 12:30:29 +0000 (12:30 +0000)
committerbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 10 Apr 2010 12:30:29 +0000 (12:30 +0000)
commit9a3f5556e4426864f76a4e21de8a56e52ba677ef
tree6d2fd7f0a84684d261a4502ba271f2632ef66f24
parent26f5b5ddb37ed33d4e6aca1cc7522b7cea7c7e33
* Makefile.in (web.o): Depend on insn-config.h and $(RECOG_H).
* web.c: Include "insn-config.h" and "recog.h".
(union_match_dups): New function.
(web_main): Call it.
(union_defs): Don't try to recognize match_dups.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158187 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/web.c