OSDN Git Service

* tree-loop-linear.c (try_interchange_loops): Compare memory access
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / tree-ssa / dump-1.c
1 /* { dg-do compile } */
2 /* { dg-options "-O1 -fdump-tree-profile-details" } */
3
4 int f(void)
5 {
6   return 0;
7 }
8
9 /* { dg-final { cleanup-tree-dump "profile" } } */