* genpeep.c (main): Add toplev.h to included headers.

From-SVN: r112519
This commit is contained in:
David Edelsohn 2006-03-29 23:23:28 +00:00 committed by David Edelsohn
parent 40377a6d88
commit f160357f5a
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@
* genpreds.c (write_tm_constrs_h): Delete variable p.
* genconditions.c (write_header): Add tm-constrs.h to included
headers.
* genpeep.c (main): Add toplev.h to included headers.
* Makefile.in (build/gencondmd.o): Add tm-constrs.h dependency.
* config/rs6000/constraints.md: Add "W" constraint.

View file

@ -378,6 +378,7 @@ from the machine description file `md'. */\n\n");
printf ("#include \"recog.h\"\n");
printf ("#include \"except.h\"\n");
printf ("#include \"function.h\"\n");
printf ("#include \"toplev.h\"\n");
printf ("#include \"tm-constrs.h\"\n\n");
printf ("#ifdef HAVE_peephole\n");