aboutsummaryrefslogtreecommitdiff
path: root/gcc/targhooks.c
diff options
context:
space:
mode:
authorAnatoly Sokolov <aesok@post.ru>2010-10-06 18:12:49 +0000
committerAnatoly Sokolov <aesok@post.ru>2010-10-06 18:12:49 +0000
commit23db5856f9ecc7473cf975e82b03f974b5b512c4 (patch)
tree06e65a39b8b30c010360e104fb790acb41078e7a /gcc/targhooks.c
parent892b7f4d3b380099d21ae99248235d2e873ea7f5 (diff)
* 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. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@165060 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/targhooks.c')
-rw-r--r--gcc/targhooks.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/targhooks.c b/gcc/targhooks.c
index 82e59a8f34e..5a36f0eadfc 100644
--- a/gcc/targhooks.c
+++ b/gcc/targhooks.c
@@ -1226,11 +1226,7 @@ default_profile_before_prologue (void)
bool
default_class_likely_spilled_p (reg_class_t rclass)
{
-#ifndef CLASS_LIKELY_SPILLED_P
return (reg_class_size[(int) rclass] == 1);
-#else
- return CLASS_LIKELY_SPILLED_P ((enum reg_class) rclass);
-#endif
}
/* Determine the debugging unwind mechanism for the target. */