aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2016-11-04 17:44:48 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2016-11-04 17:44:48 +0000
commitb53f8c22f0ae2d594d46438e21ab83d7d755d7f1 (patch)
treee25cf4226b215348b54a9e954c99911ebe197729 /gcc/expr.h
parent6a4cf4188b2969680fe8e048da2d4a614cfebcc5 (diff)
downloadgcc-b53f8c22f0ae2d594d46438e21ab83d7d755d7f1.zip
gcc-b53f8c22f0ae2d594d46438e21ab83d7d755d7f1.tar.gz
gcc-b53f8c22f0ae2d594d46438e21ab83d7d755d7f1.tar.bz2
expr.h (copy_blkmode_from_reg): Delete.
* expr.h (copy_blkmode_from_reg): Delete. * expr.c (copy_blkmode_from_reg): Make static. From-SVN: r241856
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index a77f6e5..558721d 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -146,9 +146,6 @@ extern void emit_group_store (rtx, rtx, tree, int);
extern rtx maybe_emit_group_store (rtx, tree);
-/* Copy BLKmode object from a set of registers. */
-extern void copy_blkmode_from_reg (rtx, rtx, tree);
-
/* Mark REG as holding a parameter for the next CALL_INSN.
Mode is TYPE_MODE of the non-promoted parameter, or VOIDmode. */
extern void use_reg_mode (rtx *, rtx, machine_mode);