summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/tree-ssa/dump-1.c
blob: 382f3231b71cc17363aad0145a52ce8fd33226a5 (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-profile-details" } */

int f(void)
{
  return 0;
}

/* { dg-final { cleanup-tree-dump "profile" } } */