re PR tree-optimization/83233 (gimple-ssa-store-merging.c:183:3: warning: unnamed...
authorJakub Jelinek <jakub@redhat.com>
Fri, 1 Dec 2017 08:18:52 +0000 (09:18 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 1 Dec 2017 08:18:52 +0000 (09:18 +0100)
PR tree-optimization/83233
* gimple-ssa-store-merging.c (nop_stats, bswap_stats): Use
bswap_stat name for the struct.

From-SVN: r255299

gcc/ChangeLog
gcc/gimple-ssa-store-merging.c

index bd2626e0213d970691014cbbfd1e6eeffea260bb..21a7cf6a396fe232dc7ffa2cef97db4dd6e5dd39 100644 (file)
@@ -1,5 +1,9 @@
 2017-12-01  Jakub Jelinek  <jakub@redhat.com>
 
+       PR tree-optimization/83233
+       * gimple-ssa-store-merging.c (nop_stats, bswap_stats): Use
+       bswap_stat name for the struct.
+
        PR c/79153
        * tree.h (SWITCH_BREAK_LABEL_P): Define.
        * gimplify.c (collect_fallthrough_labels): Handle GIMPLE_BIND
index ce0f1f2142637354c1b41fb757552a4dd64855e8..61aca1743fc95be0560136f0447f68aa43f0c151 100644 (file)
 
 namespace {
 
-struct
+struct bswap_stat
 {
   /* Number of hand-written 16-bit nop / bswaps found.  */
   int found_16bit;