diff options
author | Richard Sandiford <richard.sandiford@arm.com> | 2015-07-05 07:55:03 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2015-07-05 07:55:03 +0000 |
commit | 9c58793af54226c898ae27c913a8f9d85bbf948c (patch) | |
tree | 0ebd5f001dd97c28d7190c5030f5ad26140f3f2e /gcc/expr.c | |
parent | 4476e1a0be33ffe20597498e0e2549331ebbb2f9 (diff) | |
download | gcc-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.c | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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. */ |