PR tree-optimization/83233
* gimple-ssa-store-merging.c (nop_stats, bswap_stats): Use
bswap_stat name for the struct.
From-SVN: r255299
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
namespace {
-struct
+struct bswap_stat
{
/* Number of hand-written 16-bit nop / bswaps found. */
int found_16bit;