diff options
author | John David Anglin <dave@hiauly1.hia.nrc.ca> | 2002-02-06 00:21:26 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2002-02-06 00:21:26 +0000 |
commit | 73c342b9c8b9cb1c7941ce9bfc86a2c68868b151 (patch) | |
tree | da82a52b536823767bd5a8a37b3dd433644a2bda | |
parent | ef238c58cf79aa209db445ea824ee60e189649a7 (diff) | |
download | gcc-73c342b9c8b9cb1c7941ce9bfc86a2c68868b151.zip gcc-73c342b9c8b9cb1c7941ce9bfc86a2c68868b151.tar.gz gcc-73c342b9c8b9cb1c7941ce9bfc86a2c68868b151.tar.bz2 |
* pa.h (PREDICATE_CODES): Add reg_before_reload_operand.
From-SVN: r49533
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/pa/pa.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fb83506..3a4eeaf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-02-05 John David Anglin <dave@hiauly1.hia.nrc.ca> + + * pa.h (PREDICATE_CODES): Add reg_before_reload_operand. + 2002-02-06 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/altivec.h: Change elem to _S_elem. diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 6c865a2..99099a0 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -1925,6 +1925,7 @@ while (0) CONST_DOUBLE, CONST, HIGH, CONSTANT_P_RTX}}, \ {"symbolic_operand", {SYMBOL_REF, LABEL_REF, CONST}}, \ {"symbolic_memory_operand", {SUBREG, MEM}}, \ + {"reg_before_reload_operand", {SUBREG, MEM}}, \ {"reg_or_nonsymb_mem_operand", {SUBREG, REG, MEM}}, \ {"reg_or_0_or_nonsymb_mem_operand", {SUBREG, REG, MEM, CONST_INT, \ CONST_DOUBLE}}, \ |