From 73c342b9c8b9cb1c7941ce9bfc86a2c68868b151 Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Wed, 6 Feb 2002 00:21:26 +0000 Subject: [PATCH] * pa.h (PREDICATE_CODES): Add reg_before_reload_operand. From-SVN: r49533 --- gcc/ChangeLog | 4 ++++ gcc/config/pa/pa.h | 1 + 2 files changed, 5 insertions(+) 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 + + * pa.h (PREDICATE_CODES): Add reg_before_reload_operand. + 2002-02-06 Aldy Hernandez * 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}}, \ -- 2.30.2