diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2016-11-04 17:44:48 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2016-11-04 17:44:48 +0000 |
commit | b53f8c22f0ae2d594d46438e21ab83d7d755d7f1 (patch) | |
tree | e25cf4226b215348b54a9e954c99911ebe197729 /gcc/expr.c | |
parent | 6a4cf4188b2969680fe8e048da2d4a614cfebcc5 (diff) | |
download | gcc-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |