Sign in
◑
Theme
llvm
/
llvm-project
/
eafbab6facb0627e11757efb1eae98f806387b55
/
.
/
compiler-rt
/
test
/
profile
/
Inputs
/
instrprof-debug-info-correlate-foo.cpp
blob: 042bfef98203b2b063530e3a1a9140ef1130fcb6 [
file
]
#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
;
}