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
[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-cov
/
Inputs
/
prefer_used_to_unused.cpp
blob
a0892b1e1569692149234d32cab589ddeab601d9
1
#include
"prefer_used_to_unused.h"
2
3
int
main
() {
4
return
sampleFunc
(
5
) +
simpleFunc
(
5
);
5
}