diff options
author | Jakub Jelinek <jakub@redhat.com> | 2017-12-01 09:18:52 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2017-12-01 09:18:52 +0100 |
commit | bebadeca367500cf692d550ff0b464ff732ee808 (patch) | |
tree | 2a98cc38b6e94cece3cfef34856fbc4b936a4cf9 /gcc/gimple-ssa-store-merging.c | |
parent | 65791f426fc950b0af4e6e2ef675c213e623b16f (diff) | |
download | gcc-bebadeca367500cf692d550ff0b464ff732ee808.tar.gz |
re PR tree-optimization/83233 (gimple-ssa-store-merging.c:183:3: warning: unnamed type with no linkage used to declare variable with linkage)
PR tree-optimization/83233
* gimple-ssa-store-merging.c (nop_stats, bswap_stats): Use
bswap_stat name for the struct.
From-SVN: r255299
Diffstat (limited to 'gcc/gimple-ssa-store-merging.c')
-rw-r--r-- | gcc/gimple-ssa-store-merging.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimple-ssa-store-merging.c b/gcc/gimple-ssa-store-merging.c index ce0f1f21426..61aca1743fc 100644 --- a/gcc/gimple-ssa-store-merging.c +++ b/gcc/gimple-ssa-store-merging.c @@ -170,7 +170,7 @@ namespace { -struct +struct bswap_stat { /* Number of hand-written 16-bit nop / bswaps found. */ int found_16bit; |