OSDN Git Service

2007-07-06 Daniel Berlin <dberlin@dberlin.org>
[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" } } */