diff options
author | aesok <aesok@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-06 18:12:49 +0000 |
---|---|---|
committer | aesok <aesok@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-06 18:12:49 +0000 |
commit | 07d32235cebff42afd317381e544fabcf9b39f38 (patch) | |
tree | 06e65a39b8b30c010360e104fb790acb41078e7a /gcc/config/arm | |
parent | e1aa4dab648007dc35f319de22a5c5b582eed182 (diff) | |
download | gcc-07d32235cebff42afd317381e544fabcf9b39f38.tar.gz |
* 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: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165060 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/arm')
-rw-r--r-- | gcc/config/arm/arm.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/arm.md b/gcc/config/arm/arm.md index c54bb2a1f37..6c63e64a784 100644 --- a/gcc/config/arm/arm.md +++ b/gcc/config/arm/arm.md @@ -6671,7 +6671,7 @@ ;; Sigh! This variant shouldn't be needed, but combine often fails to ;; merge cases like this because the op1 is a hard register in -;; CLASS_LIKELY_SPILLED_P. +;; arm_class_likely_spilled_p. (define_peephole2 [(set (match_operand:SI 0 "low_register_operand" "") (match_operand:SI 1 "low_register_operand" "")) |