summaryrefslogtreecommitdiff
path: root/test/profile/Inputs/instrprof-order-file-2.c
blob: ee448575622719766e6a445dc3bbc5bbd16f54d2 (plain)
1
2
3
4
5
6
7
__attribute__((noinline)) int f(int a) {
  return a + 1;
}

__attribute__((noinline)) int g(int a) {
  return a + 2;
}