diff options
author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-05-12 10:30:28 +0000 |
---|---|---|
committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-05-12 10:30:28 +0000 |
commit | f7fcec1a330231e9b7137c560cadb64360c5ec7f (patch) | |
tree | 8d47664dc153bb53502ad279e144b65d45d58735 /gcc/config/rx/rx.h | |
parent | 381824bd44e5af17c68b26b55d5af2bc507d0c66 (diff) | |
download | gcc-f7fcec1a330231e9b7137c560cadb64360c5ec7f.tar.gz |
* config/rx/rx.h (HAVE_PRE_DECREMENT): Fix typo.
* config/rx/rx.c (CC_FLAG_FP): Fix comment.
(rx_is_legitimate_address): Add pre-decrement and post-increment
addressing in HImode and QImode. Fix test for out of range
REG+INT addressing.
(rx_legitimate_constant_p): Rename ro rx_is_legitimate_constant.
(rx_align_for_label): Test label before extracting its usage
count.
(rx_adjust_insn_lengths): Fix selection of insn codes.
(TARGET_LEGITIMNATE_CONSTANT_P): Use renamed function.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@173695 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rx/rx.h')
-rw-r--r-- | gcc/config/rx/rx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rx/rx.h b/gcc/config/rx/rx.h index 1780867dcbf..67e8ce1c577 100644 --- a/gcc/config/rx/rx.h +++ b/gcc/config/rx/rx.h @@ -144,7 +144,7 @@ #define TRULY_NOOP_TRUNCATION(OUTPREC, INPREC) 1 -#define HAVE_PRE_DECCREMENT 1 +#define HAVE_PRE_DECREMENT 1 #define HAVE_POST_INCREMENT 1 #define MOVE_RATIO(SPEED) ((SPEED) ? 4 : 2) |