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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Analysis
/
Inputs
/
ctu-onego-indirect-other.cpp
blob
b9e171433e1f4e30457231ecebc20d8f27033f65
1
int
bar
() {
2
return
0
;
3
}
4
5
void
other
() {
6
bar
();
7
}