genconditions.c (write_header): Add tm-constrs.h to included headers.

* genconditions.c (write_header): Add tm-constrs.h to included
        headers.

From-SVN: r112516
This commit is contained in:
David Edelsohn 2006-03-29 22:58:32 +00:00 committed by David Edelsohn
parent 10a273913f
commit f856939429
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,8 @@
2006-03-29 David Edelsohn <edelsohn@gnu.org>
* genpreds.c (write_tm_constrs_h): Delete variable p.
* genconditions.c (write_header): Add tm-constrs.h to included
headers.
2006-03-29 Roger Sayle <roger@eyesopen.com>

View File

@ -87,7 +87,8 @@ write_header (void)
#include \"hard-reg-set.h\"\n\
#include \"resource.h\"\n\
#include \"toplev.h\"\n\
#include \"reload.h\"\n");
#include \"reload.h\"\n\
#include \"tm-constrs.h\"\n");
if (saw_eh_return)
puts ("#define HAVE_eh_return 1");