aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
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.c
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.c')
-rw-r--r--gcc/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index 596b1bf..e925fca 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -2591,7 +2591,7 @@ maybe_emit_group_store (rtx x, tree type)
This is used on targets that return BLKmode values in registers. */
-void
+static void
copy_blkmode_from_reg (rtx target, rtx srcreg, tree type)
{
unsigned HOST_WIDE_INT bytes = int_size_in_bytes (type);