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]
/
lldb
/
test
/
API
/
lang
/
objc
/
modules-inline-functions
/
myModule.c
blob
ad3c85d155e46f49e0baa9e6b5488af580fd3c46
1
#include
"myModule.h"
2
3
int
notInline
()
4
{
5
return
3
;
6
}
7