diff options
author | Anatoly Sokolov <aesok@post.ru> | 2010-10-06 22:12:49 +0400 |
---|---|---|
committer | Anatoly Sokolov <aesok@gcc.gnu.org> | 2010-10-06 22:12:49 +0400 |
commit | 32bd8fcfdabaf7b41714e75d722ee6c3ed380aec (patch) | |
tree | 06e65a39b8b30c010360e104fb790acb41078e7a /gcc/system.h | |
parent | d2ab66aa02a67a736eb2063b9f94390204401478 (diff) | |
download | gcc-32bd8fcfdabaf7b41714e75d722ee6c3ed380aec.zip gcc-32bd8fcfdabaf7b41714e75d722ee6c3ed380aec.tar.gz gcc-32bd8fcfdabaf7b41714e75d722ee6c3ed380aec.tar.bz2 |
tm.texi.in (CLASS_LIKELY_SPILLED_P): Remove documentation.
* doc/tm.texi.in (CLASS_LIKELY_SPILLED_P): Remove documentation.
* doc/tm.texi.in: Regenerate.
* system.h (CLASS_LIKELY_SPILLED_P): Poison.
* targhooks.c (default_class_likely_spilled_p): Don't use the
CLASS_LIKELY_SPILLED_P macro.
* config\arm\arm.md: Update comment.
From-SVN: r165060
Diffstat (limited to 'gcc/system.h')
-rw-r--r-- | gcc/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/system.h b/gcc/system.h index f7ce1ef..4bfebaf 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -716,7 +716,7 @@ extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN; CAN_ELIMINATE TRAMPOLINE_TEMPLATE INITIALIZE_TRAMPOLINE \ TRAMPOLINE_ADJUST_ADDRESS STATIC_CHAIN STATIC_CHAIN_INCOMING \ RETURN_POPS_ARGS UNITS_PER_SIMD_WORD OVERRIDE_OPTIONS \ - OPTIMIZATION_OPTIONS \ + OPTIMIZATION_OPTIONS CLASS_LIKELY_SPILLED_P \ USING_SJLJ_EXCEPTIONS TARGET_UNWIND_INFO /* Other obsolete target macros, or macros that used to be in target |