aboutsummaryrefslogtreecommitdiff
path: root/gcc/system.h
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2014-06-11 16:59:01 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2014-06-11 16:59:01 +0000
commit7fd308cffa3775f62d69b63bc9b1cefced10d817 (patch)
treed44d90996a8e4988ffeaca48c18b078c652a966b /gcc/system.h
parentd9c35eee65f97e368a89148572ca8a43d0eb071c (diff)
downloadgcc-7fd308cffa3775f62d69b63bc9b1cefced10d817.zip
gcc-7fd308cffa3775f62d69b63bc9b1cefced10d817.tar.gz
gcc-7fd308cffa3775f62d69b63bc9b1cefced10d817.tar.bz2
system.h (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Poison.
gcc/ * system.h (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Poison. * genpreds.c (have_const_dbl_constraints): Delete. (add_constraint): Don't set it. (write_tm_preds_h): Don't call CONST_DOUBLE_OK_FOR_CONSTRAINT_P. * ira-costs.c (record_reg_classes): Handle CONST_INT and CONST_DOUBLE constraints using the lookup_constraint logic. * ira-lives.c (single_reg_class): Likewise. * ira.c (ira_setup_alts): Likewise. * lra-constraints.c (process_alt_operands): Likewise. * recog.c (asm_operand_ok, constrain_operands): Likewise. * reload.c (find_reloads): Likewise. From-SVN: r211474
Diffstat (limited to 'gcc/system.h')
-rw-r--r--gcc/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/system.h b/gcc/system.h
index b0be80c..29da797 100644
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -933,7 +933,7 @@ extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN;
CONST_DOUBLE_OK_FOR_LETTER_P EXTRA_CONSTRAINT \
REG_CLASS_FROM_CONSTRAINT REG_CLASS_FOR_CONSTRAINT \
EXTRA_CONSTRAINT_STR EXTRA_MEMORY_CONSTRAINT \
- EXTRA_ADDRESS_CONSTRAINT
+ EXTRA_ADDRESS_CONSTRAINT CONST_DOUBLE_OK_FOR_CONSTRAINT_P
/* Hooks that are no longer used. */
#pragma GCC poison LANG_HOOKS_FUNCTION_MARK LANG_HOOKS_FUNCTION_FREE \