mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 10:40:50 +08:00
genpreds.c (write_enum_constraint_num): Output definition of CONSTRAINT_NUM_DEFINED_P macro.
2009-04-24 Vladimir Makarov <vmakarov@redhat.com> * genpreds.c (write_enum_constraint_num): Output definition of CONSTRAINT_NUM_DEFINED_P macro. * ira.c (setup_cover_and_important_classes): Use CONSTRAINT_NUM_DEFINED_P instead of CONSTRAINT__LIMIT in #ifdef. From-SVN: r146748
This commit is contained in:
parent
4f7be84923
commit
ff3cb4680e
@ -1,3 +1,10 @@
|
||||
2009-04-24 Vladimir Makarov <vmakarov@redhat.com>
|
||||
|
||||
* genpreds.c (write_enum_constraint_num): Output definition of
|
||||
CONSTRAINT_NUM_DEFINED_P macro.
|
||||
* ira.c (setup_cover_and_important_classes): Use
|
||||
CONSTRAINT_NUM_DEFINED_P instead of CONSTRAINT__LIMIT in #ifdef.
|
||||
|
||||
2009-04-24 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* config/sh/sh.h (LIBGCC2_DOUBLE_TYPE_SIZE): Test
|
||||
|
@ -954,6 +954,7 @@ write_enum_constraint_num (void)
|
||||
{
|
||||
struct constraint_data *c;
|
||||
|
||||
fputs ("#define CONSTRAINT_NUM_DEFINED_P 1\n", stdout);
|
||||
fputs ("enum constraint_num\n"
|
||||
"{\n"
|
||||
" CONSTRAINT__UNKNOWN = 0", stdout);
|
||||
|
Loading…
x
Reference in New Issue
Block a user