Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / tree-ssa / divide-4.c
blob38c68cf6e8dda99bc037c6a3e7856c0751ddf64a
1 /* { dg-do compile } */
2 /* { dg-options "-O1 -fdump-tree-optimized" } */
4 int f(int a)
6 return -(-a/10);
9 /* { dg-final { scan-tree-dump-times "-a / 10" 0 "optimized"} } */
10 /* { dg-final { scan-tree-dump-times "a / 10" 1 "optimized"} } */
12 /* { dg-final { cleanup-tree-dump "optimized" } } */