aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
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.c
parent4476e1a0be33ffe20597498e0e2549331ebbb2f9 (diff)
downloadgcc-9c58793af54226c898ae27c913a8f9d85bbf948c.zip
gcc-9c58793af54226c898ae27c913a8f9d85bbf948c.tar.gz
gcc-9c58793af54226c898ae27c913a8f9d85bbf948c.tar.bz2
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.c')
-rw-r--r--gcc/expr.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index 87d2442..8c2b8bf 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -3625,15 +3625,6 @@ gen_move_insn (rtx x, rtx y)
return seq;
}
-/* Same as above, but return rtx (used as a callback, which must have
- prototype compatible with other functions returning rtx). */
-
-rtx
-gen_move_insn_uncast (rtx x, rtx y)
-{
- return gen_move_insn (x, y);
-}
-
/* If Y is representable exactly in a narrower mode, and the target can
perform the extension directly from constant or memory, then emit the
move as an extension. */