IVOPT performance tuning patch. The main problem is a variant of maximal weight
[official-gcc.git] / gcc / testsuite / gcc.dg / profile-dir-2.c
blob2bfbee3f4080fec16220340e2d86d546685a5992
1 /* { dg-do compile } */
2 /* { dg-options "-O -fprofile-generate -fdump-tree-tree_profile" } */
3 /* { dg-require-host-local "" } */
4 /* { dg-final { scan-tree-dump "/profile-dir-2.gcda" "tree_profile" } } */
6 int
7 main(void)
9 return 0;
12 /* { dg-final { cleanup-coverage-files } } */
13 /* { dg-final { cleanup-tree-dump "tree_profile" } } */