summaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorRichard Sandiford <richard.sandiford@arm.com>2015-07-05 07:55:03 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2015-07-05 07:55:03 +0000
commit9c58793af54226c898ae27c913a8f9d85bbf948c (patch)
tree0ebd5f001dd97c28d7190c5030f5ad26140f3f2e /gcc/expr.h
parent4476e1a0be33ffe20597498e0e2549331ebbb2f9 (diff)
expr.h (gen_move_insn_uncast): Delete.
gcc/ * expr.h (gen_move_insn_uncast): Delete. * expr.c (gen_move_insn_uncast): Delete. From-SVN: r225427
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index 8cf9720484a..32d17077e2e 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -204,7 +204,6 @@ extern rtx store_by_pieces (rtx, unsigned HOST_WIDE_INT,
/* Emit insns to set X from Y. */
extern rtx_insn *emit_move_insn (rtx, rtx);
extern rtx_insn *gen_move_insn (rtx, rtx);
-extern rtx gen_move_insn_uncast (rtx, rtx);
/* Emit insns to set X from Y, with no frills. */
extern rtx_insn *emit_move_insn_1 (rtx, rtx);