This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Remove duplicate rs6000 predicate code
- From: Alan Modra <amodra at bigpond dot net dot au>
- To: gcc-patches at gcc dot gnu dot org
- Date: Thu, 22 Jan 2004 18:53:11 +1030
- Subject: Remove duplicate rs6000 predicate code
Applying as obvious to mainline. OK for gcc-3.4 branch?
* config/rs6000/rs6000.h (PREDICATE_CODES): Remove duplicate.
Index: gcc/config/rs6000/rs6000.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/rs6000/rs6000.h,v
retrieving revision 1.307
diff -u -p -r1.307 rs6000.h
--- gcc/config/rs6000/rs6000.h 18 Jan 2004 21:36:34 -0000 1.307
+++ gcc/config/rs6000/rs6000.h 22 Jan 2004 06:54:47 -0000
@@ -2653,7 +2653,6 @@ extern char rs6000_reg_names[][8]; /* re
{"reg_or_logical_cint_operand", {SUBREG, REG, CONST_INT, CONST_DOUBLE}}, \
{"got_operand", {SYMBOL_REF, CONST, LABEL_REF}}, \
{"got_no_const_operand", {SYMBOL_REF, LABEL_REF}}, \
- {"rs6000_tls_symbol_ref", {SYMBOL_REF}}, \
{"easy_fp_constant", {CONST_DOUBLE}}, \
{"easy_vector_constant", {CONST_VECTOR}}, \
{"easy_vector_constant_add_self", {CONST_VECTOR}}, \
--
Alan Modra
IBM OzLabs - Linux Technology Centre