* genpeep.c (main): Add toplev.h to included headers.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Mar 2006 23:23:28 +0000 (23:23 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Mar 2006 23:23:28 +0000 (23:23 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112519 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/genpeep.c

index dd5b1ec..70d9834 100644 (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.
 
index 5c5804b..80ce3f1 100644 (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");