2019-06-07 Martin Liska <mliska@suse.cz>
* tree-ssa-loop.c (get_lsm_tmp_name): Return at the end of the
function.
From-SVN: r272029
+2019-06-07 Martin Liska <mliska@suse.cz>
+
+ * tree-ssa-loop.c (get_lsm_tmp_name): Return at the end of the
+ function.
+
2019-06-07 Martin Liska <mliska@suse.cz>
PR tree-optimization/78902
ns[1] = 0;
lsm_tmp_name_add (ns);
}
- return lsm_tmp_name;
if (suffix != NULL)
lsm_tmp_name_add (suffix);
+ return lsm_tmp_name;
}
/* Computes an estimated number of insns in LOOP, weighted by WEIGHTS. */