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

int f(void)
{
  return 0;
}

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