Commit 82bacf11 by Jan Hubicka Committed by Jan Hubicka

* gcc.dg/tree-ssa/cunroll-1.c: Fix bogus testcase.

From-SVN: r193407
parent 52843a47
2012-11-10 Jan Hubicka <jh@suse.cz>
* gcc.dg/tree-ssa/cunroll-1.c: Fix bogus testcase.
2012-11-10 H.J. Lu <hongjiu.lu@intel.com> 2012-11-10 H.J. Lu <hongjiu.lu@intel.com>
* gcc.target/i386/pr55247.c: Require maybe_x32 target. Add * gcc.target/i386/pr55247.c: Require maybe_x32 target. Add
......
...@@ -8,6 +8,6 @@ test(int c) ...@@ -8,6 +8,6 @@ test(int c)
a[i]=5; a[i]=5;
} }
/* Array bounds says the loop will not roll much. */ /* Array bounds says the loop will not roll much. */
/* { dg-final { scan-tree-dump "Unrolled loop 1 completely .duplicated 1 times.." "cunrolli"} } */ /* { dg-final { scan-tree-dump "Unrolled loop 1 completely .duplicated 2 times.." "cunrolli"} } */
/* { dg-final { scan-tree-dump "Last iteration exit edge was proved true." "cunrolli"} } */ /* { dg-final { scan-tree-dump "Last iteration exit edge was proved true." "cunrolli"} } */
/* { dg-final { cleanup-tree-dump "cunrolli" } } */ /* { dg-final { cleanup-tree-dump "cunrolli" } } */
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