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
/
sources_specified
/
main.cc
blob
cda21f1f57a6c9b98997c19c67c663b9049ceca7
1
#include
"abs.h"
2
#include
"extra/dec.h"
3
#include
"extra/inc.h"
4
5
int
main
() {
6
int
x
=
0
;
7
inc
(
x
);
8
return
abs
(
x
);
9
}