h8300-protos.h: Remove the prototype for eq_operator.
authorKazu Hirata <kazu@hxi.com>
Mon, 14 Jan 2002 23:55:52 +0000 (23:55 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 14 Jan 2002 23:55:52 +0000 (23:55 +0000)
* config/h8300/h8300-protos.h: Remove the prototype for
eq_operator.
* config/h8300/h8300.c (eq_operator): Remove.

From-SVN: r48857

gcc/ChangeLog
gcc/config/h8300/h8300-protos.h
gcc/config/h8300/h8300.c

index 2a3fd19aa720479729ac5192259c3e6f4a01245d..488986844d405131a7450f638d75ccbcebfddba2 100644 (file)
@@ -1,3 +1,9 @@
+2002-01-14  Kazu Hirata  <kazu@hxi.com>
+
+       * config/h8300/h8300-protos.h: Remove the prototype for
+       eq_operator.
+       * config/h8300/h8300.c (eq_operator): Remove.
+
 2002-01-14  Richard Henderson  <rth@redhat.com>
 
        * config/i386/i386.md (prefetch): Tidy.
index f4efd7d65680c82e40755c98edfefa3d96c9df4b..57e5bd4ea8c264e277876e098a35602e1c801a71 100644 (file)
@@ -54,7 +54,6 @@ extern int small_call_insn_operand PARAMS ((rtx, enum machine_mode));
 extern int jump_address_operand PARAMS ((rtx, enum machine_mode));
 extern int bit_operand PARAMS ((rtx, enum machine_mode));
 extern int bit_memory_operand PARAMS ((rtx, enum machine_mode));
-extern int eq_operator PARAMS ((rtx, enum machine_mode));
 extern int bit_operator PARAMS ((rtx, enum machine_mode));
 extern int nshift_operator PARAMS ((rtx, enum machine_mode));
 
index e7808111c10542bea9d4d5f7525da3dcfbcdbc3a..ef6c7fe0d7cf359f25b1f0e422b3e569f6b671ae 100644 (file)
@@ -769,16 +769,6 @@ bit_memory_operand (op, mode)
          && EXTRA_CONSTRAINT (op, 'U'));
 }
 
-/* Recognize valid operators for bit test.  */
-
-int
-eq_operator (x, mode)
-     rtx x;
-     enum machine_mode mode ATTRIBUTE_UNUSED;
-{
-  return (GET_CODE (x) == EQ || GET_CODE (x) == NE);
-}
-
 /* Handle machine specific pragmas for compatibility with existing
    compilers for the H8/300.