aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2016-09-03 19:18:07 +0200
committerYvan Roux <yvan.roux@linaro.org>2016-09-07 22:08:34 +0200
commit3046e9ae43d584f70c7d979634243fee50f7cecb (patch)
tree872dc1af168aca2ae97543e8599438d7b4a09081
parent6eba94fb64bcfca6a92b779d32425e982d35ed95 (diff)
gcc/
Backport from trunk r237906. 2016-07-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com> * config/arm/arm.c (thumb_reload_in_hi): Delete. * config/arm/arm-protos.h (thumb_reload_in_hi): Delete prototype. Change-Id: I2801bb88ae9aaa978c6389ee8b7c09b365cd4c40
-rw-r--r--gcc/config/arm/arm-protos.h1
-rw-r--r--gcc/config/arm/arm.c7
2 files changed, 0 insertions, 8 deletions
diff --git a/gcc/config/arm/arm-protos.h b/gcc/config/arm/arm-protos.h
index 1ba2ebb630e..1943907ba48 100644
--- a/gcc/config/arm/arm-protos.h
+++ b/gcc/config/arm/arm-protos.h
@@ -195,7 +195,6 @@ extern const char *thumb_call_via_reg (rtx);
extern void thumb_expand_movmemqi (rtx *);
extern rtx arm_return_addr (int, rtx);
extern void thumb_reload_out_hi (rtx *);
-extern void thumb_reload_in_hi (rtx *);
extern void thumb_set_return_address (rtx, rtx);
extern const char *thumb1_output_casesi (rtx *);
extern const char *thumb2_output_casesi (rtx *);
diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c
index b2ede4df101..7567c5ebcdb 100644
--- a/gcc/config/arm/arm.c
+++ b/gcc/config/arm/arm.c
@@ -25840,13 +25840,6 @@ thumb_reload_out_hi (rtx *operands)
emit_insn (gen_thumb_movhi_clobber (operands[0], operands[1], operands[2]));
}
-/* Handle reading a half-word from memory during reload. */
-void
-thumb_reload_in_hi (rtx *operands ATTRIBUTE_UNUSED)
-{
- gcc_unreachable ();
-}
-
/* Return the length of a function name prefix
that starts with the character 'c'. */
static int