Commit 48f03606 by Zdenek Dvorak Committed by Zdenek Dvorak

graphite.c (nb_reductions_in_loop): Update simple_iv arguments.

	* graphite.c (nb_reductions_in_loop): Update simple_iv arguments.

From-SVN: r144627
parent b505e785
2009-03-04 Zdenek Dvorak <ook@ucw.cz>
* graphite.c (nb_reductions_in_loop): Update simple_iv arguments.
2009-03-04 Richard Guenther <rguenther@suse.de>
PR tree-optimization/39362
......
......@@ -2364,7 +2364,7 @@ nb_reductions_in_loop (loop_p loop)
scev = analyze_scalar_evolution (loop, PHI_RESULT (phi));
scev = instantiate_parameters (loop, scev);
if (!simple_iv (loop, phi, PHI_RESULT (phi), &iv, true))
if (!simple_iv (loop, loop, PHI_RESULT (phi), &iv, true))
res++;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment