Sign in
llvm
/
llvm-project.git
/
refs/heads/main
/
.
/
compiler-rt
/
test
/
profile
/
Inputs
/
instrprof-debug-info-correlate-foo.cpp
blob: 042bfef98203b2b063530e3a1a9140ef1130fcb6 [
file
] [
log
] [
blame
] [
edit
]
#include
"instrprof-debug-info-correlate-bar.h"
int
foo
(
int
a
)
{
if
(
a
%
2
)
return
4
*
a
+
1
;
return
bar
(
a
);
}
int
unused
(
int
a
)
{
return
a
*
a
;
}