Commit dac9ad16 by Janis Johnson

Remove gcc.target/arm/ivopts-6.c, didn't happen with patch.

From-SVN: r175597
parent 3b99e635
/* { dg-do assemble } */
/* { dg-options "-Os -fdump-tree-ivopts -save-temps -marm" } */
void
tr5 (short array[], int n)
{
int x;
if (n > 0)
for (x = 0; x < n; x++)
array[x] = 0;
}
/* { dg-final { scan-tree-dump-times "PHI <" 1 "ivopts"} } */
/* { dg-final { object-size text <= 32 } } */
/* { dg-final { cleanup-tree-dump "ivopts" } } */
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