diff options
| -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 fb835062bd5..3a4eeafd88c 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 6c865a29fda..99099a0397f 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}}, \ |

