2016-10-24 Richard Biener <rguenther@suse.de>
PR tree-optimization/78076
* tree-ssa-loop-split.c (tree_ssa_split_loops): Reset aux
also on the loop tree root.
From-SVN: r241467
+2016-10-24 Richard Biener <rguenther@suse.de>
+
+ PR tree-optimization/78076
+ * tree-ssa-loop-split.c (tree_ssa_split_loops): Reset aux
+ also on the loop tree root.
+
2016-10-24 Jakub Jelinek <jakub@redhat.com>
* config/i386/i386.c (ix86_fold_builtin): Handle
bool changed = false;
gcc_assert (scev_initialized_p ());
- FOR_EACH_LOOP (loop, 0)
+ FOR_EACH_LOOP (loop, LI_INCLUDE_ROOT)
loop->aux = NULL;
/* Go through all loops starting from innermost. */
}
}
- FOR_EACH_LOOP (loop, 0)
+ FOR_EACH_LOOP (loop, LI_INCLUDE_ROOT)
loop->aux = NULL;
if (changed)