lambda-code.c (lambda_loopnest_to_gcc_loopnest, [...]): Use standard_iv_increment_pos...
authorSebastian Pop <pop@cri.ensmp.fr>
Mon, 14 Feb 2005 14:54:37 +0000 (15:54 +0100)
committerSebastian Pop <spop@gcc.gnu.org>
Mon, 14 Feb 2005 14:54:37 +0000 (14:54 +0000)
commit92d2b330de38224e6b6de699baa5ee3436c2dbb6
treeb967749b4eb224822e41da16588df79f92eb3539
parent31c3e6315753afb33f7cd2b9027bfc6d80623a52
lambda-code.c (lambda_loopnest_to_gcc_loopnest, [...]): Use standard_iv_increment_position for computing the bsi position for create_iv.

* lambda-code.c (lambda_loopnest_to_gcc_loopnest, perfect_nestify):
Use standard_iv_increment_position for computing the bsi position
for create_iv.
* tree-ssa-loop-manip.c (create_iv): Add a comment on how to compute
the bsi position.

From-SVN: r95013
gcc/ChangeLog
gcc/lambda-code.c
gcc/tree-ssa-loop-manip.c