Commit f160357f by David Edelsohn Committed by David Edelsohn

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

From-SVN: r112519
parent 40377a6d
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
* genpreds.c (write_tm_constrs_h): Delete variable p. * genpreds.c (write_tm_constrs_h): Delete variable p.
* genconditions.c (write_header): Add tm-constrs.h to included * genconditions.c (write_header): Add tm-constrs.h to included
headers. headers.
* genpeep.c (main): Add toplev.h to included headers.
* Makefile.in (build/gencondmd.o): Add tm-constrs.h dependency. * Makefile.in (build/gencondmd.o): Add tm-constrs.h dependency.
* config/rs6000/constraints.md: Add "W" constraint. * config/rs6000/constraints.md: Add "W" constraint.
......
...@@ -378,6 +378,7 @@ from the machine description file `md'. */\n\n"); ...@@ -378,6 +378,7 @@ from the machine description file `md'. */\n\n");
printf ("#include \"recog.h\"\n"); printf ("#include \"recog.h\"\n");
printf ("#include \"except.h\"\n"); printf ("#include \"except.h\"\n");
printf ("#include \"function.h\"\n"); printf ("#include \"function.h\"\n");
printf ("#include \"toplev.h\"\n");
printf ("#include \"tm-constrs.h\"\n\n"); printf ("#include \"tm-constrs.h\"\n\n");
printf ("#ifdef HAVE_peephole\n"); printf ("#ifdef HAVE_peephole\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment