* config/sh/sh-protos.h (tertiary_reload_operand): Remove dead function.
* config/sh/sh.c (tertiary_reload_operand): Likewise.
From-SVN: r184763
2012-03-01 Oleg Endo <olegendo@gcc.gnu.org>
+ * config/sh/sh-protos.h (tertiary_reload_operand): Remove dead function.
+ * config/sh/sh.c (tertiary_reload_operand): Likewise.
+
+2012-03-01 Oleg Endo <olegendo@gcc.gnu.org>
+
* config/sh/constraints.md: Fix comment typo.
2012-03-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
extern int arith_operand (rtx, enum machine_mode);
extern int arith_reg_or_0_operand (rtx, enum machine_mode);
extern int logical_operand (rtx, enum machine_mode);
-extern int tertiary_reload_operand (rtx, enum machine_mode);
extern int fpscr_operand (rtx, enum machine_mode);
extern int fpul_operand (rtx, enum machine_mode);
extern int commutative_float_operator (rtx, enum machine_mode);
return 1;
}
-int
-tertiary_reload_operand (rtx op, enum machine_mode mode ATTRIBUTE_UNUSED)
-{
- enum rtx_code code = GET_CODE (op);
- return code == MEM || (TARGET_SH4 && code == CONST_DOUBLE);
-}
-
/* Return the TLS type for TLS symbols, 0 for otherwise. */
enum tls_model
tls_symbolic_operand (rtx op, enum machine_mode mode ATTRIBUTE_UNUSED)