]> gcc.gnu.org Git - gcc.git/commit
tree-loop-distribution.c (stmt_has_scalar_dependences_outside_loop): Use FOR_EACH_SSA...
authorRichard Guenther <rguenther@suse.de>
Thu, 31 May 2012 13:57:15 +0000 (13:57 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 31 May 2012 13:57:15 +0000 (13:57 +0000)
commit88af7c1a3b6b85c6528c7411938925acc7579899
tree67b6d0b32fef7bb2500141681c3f5083551fad64
parentca8d9092f171e56bf3c1263a7116123d066af07f
tree-loop-distribution.c (stmt_has_scalar_dependences_outside_loop): Use FOR_EACH_SSA_DEF_OPERAND.

2012-05-31  Richard Guenther  <rguenther@suse.de>

* tree-loop-distribution.c (stmt_has_scalar_dependences_outside_loop):
Use FOR_EACH_SSA_DEF_OPERAND.
(generate_builtin): Adjust.
(stmt_generated_in_another_partition): Remove.
(add_scalar_computations_to_partition): Likewise.
(rdg_build_partitions): Do not call
add_scalar_computations_to_partition.

* gcc.dg/tree-ssa/ldist-pr45948-2.c: New testcase copy of
ldist-pr45948.c with disabled SCCP.

From-SVN: r188061
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/ldist-pr45948-2.c [new file with mode: 0644]
gcc/tree-loop-distribution.c
This page took 0.064558 seconds and 5 git commands to generate.