bolt/deps/llvm-18.1.8/compiler-rt/test/profile/Inputs/instrprof-order-file-2.c

8 lines
119 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
__attribute__((noinline)) int f(int a) {
return a + 1;
}
__attribute__((noinline)) int g(int a) {
return a + 2;
}