diff options
author | Bernd Schmidt <bernds@cygnus.co.uk> | 1999-10-01 10:00:33 +0000 |
---|---|---|
committer | Bernd Schmidt <crux@gcc.gnu.org> | 1999-10-01 10:00:33 +0000 |
commit | 19af645506250e3ba54b35491e70f67485904168 (patch) | |
tree | 70f6058ae5fb3c1614281db92972314c13b5c500 /gcc/genattrtab.c | |
parent | 39d6e3d71b06eb47a429ae05f0252131aef51999 (diff) | |
download | gcc-19af645506250e3ba54b35491e70f67485904168.zip gcc-19af645506250e3ba54b35491e70f67485904168.tar.gz gcc-19af645506250e3ba54b35491e70f67485904168.tar.bz2 |
Delete !REGISTER_CONSTRAINTS code
From-SVN: r29753
Diffstat (limited to 'gcc/genattrtab.c')
-rw-r--r-- | gcc/genattrtab.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c index 3d61c93..f6fee5cb 100644 --- a/gcc/genattrtab.c +++ b/gcc/genattrtab.c @@ -98,7 +98,6 @@ Boston, MA 02111-1307, USA. */ #include "hconfig.h" #include "system.h" #include "rtl.h" -#include "insn-config.h" /* For REGISTER_CONSTRAINTS */ #include "ggc.h" #ifdef HAVE_SYS_RESOURCE_H @@ -5128,12 +5127,10 @@ write_attr_case (attr, av, write_case_lines, prefix, suffix, indent, if (must_constrain) { -#ifdef REGISTER_CONSTRAINTS write_indent (indent + 2); printf ("if (! constrain_operands (reload_completed))\n"); write_indent (indent + 2); printf (" fatal_insn_not_found (insn);\n"); -#endif } write_attr_set (attr, indent + 2, av->value, prefix, suffix, |