repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git]
/
compiler-rt
/
test
/
profile
/
Inputs
/
instrprof-dynamic-header.h
blob
7a57b13c67f9cb0fb8ffeec066662b08e82d0f92
1
template
<
class
T
>
void
bar
(
int
X
) {
2
if
(
X
) {
3
X
*=
4
;
4
}
5
}
6
void
a
();
7
void
b
();