cunroll-1.c: Scan cunrolli dump.

* gcc.dg/tree-ssa/cunroll-1.c: Scan cunrolli dump.

From-SVN: r193316
This commit is contained in:
Uros Bizjak 2012-11-07 23:41:39 +01:00 committed by Uros Bizjak
parent 1939f02be1
commit 2458853f86
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2012-11-05 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/tree-ssa/cunroll-1.c: Scan cunrolli dump.
2012-11-07 Eric Botcazou <ebotcazou@adacore.com>
* gcc.c-torture/compile/20121107-1.c: New test.

View file

@ -8,6 +8,6 @@ test(int c)
a[i]=5;
}
/* Array bounds says the loop will not roll much. */
/* { dg-final { scan-tree-dump "Unrolled loop 1 completely .duplicated 1 times.." "cunroll"} } */
/* { dg-final { scan-tree-dump "Last iteration exit edge was proved true." "cunroll"} } */
/* { dg-final { scan-tree-dump "Unrolled loop 1 completely .duplicated 1 times.." "cunrolli"} } */
/* { dg-final { scan-tree-dump "Last iteration exit edge was proved true." "cunrolli"} } */
/* { dg-final { cleanup-tree-dump "cunrolli" } } */