This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

patch applied to sh.h


2004-08-16  J"orn Rennecke <joern.rennecke@superh.com>

	* sh.h (PREDICATE_CODES): Remove register_operand entry.

Index: config/sh/sh.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/sh/sh.h,v
retrieving revision 1.252
diff -p -r1.252 sh.h
*** config/sh/sh.h	10 Aug 2004 13:28:22 -0000	1.252
--- config/sh/sh.h	16 Aug 2004 14:40:04 -0000
*************** extern int rtx_equal_function_value_matt
*** 3433,3439 ****
    {"target_reg_operand", {SUBREG, REG}},				\
    {"target_operand", {SUBREG, REG, LABEL_REF, SYMBOL_REF, CONST, UNSPEC}},\
    {"trunc_hi_operand", {SUBREG, REG, TRUNCATE}},			\
-   {"register_operand", {SUBREG, REG}},					\
    {"sh_const_vec", {CONST_VECTOR}},					\
    {"sh_1el_vec", {CONST_VECTOR, PARALLEL}},				\
    {"sh_rep_vec", {CONST_VECTOR, PARALLEL}},				\
--- 3433,3438 ----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]