Message ID | alpine.LNX.2.00.1106291626300.810@zhemvz.fhfr.qr |
---|---|
State | New |
Headers | show |
On Wed, Jun 29, 2011 at 09:27, Richard Guenther <rguenther@suse.de> wrote: > > I'm finally annoyed enough about this to do the patch splitting out > SCEV details dumping to a TDF_SCEV (-scev) flag. > > Bootstrapped and tested on x86_64-unknown-linux-gnu, applied to trunk. Looks very good. Thanks for this cleanup. Sebastian
Index: gcc/testsuite/gcc.dg/tree-ssa/loop-17.c =================================================================== --- gcc/testsuite/gcc.dg/tree-ssa/loop-17.c (revision 175631) +++ gcc/testsuite/gcc.dg/tree-ssa/loop-17.c (working copy) @@ -15,5 +15,5 @@ int foo (int *p) return i; } -/* { dg-final { scan-tree-dump "set_nb_iterations_in_loop = 1" "sccp" } } */ +/* { dg-final { scan-tree-dump "# of iterations 1, bounded by 1" "sccp" } } */ /* { dg-final { cleanup-tree-dump "sccp" } } */