repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git]
/
test
/
Transforms
/
Inline
/
2008-09-02-NoInline.ll
blob
33c8949afe05077afdad972d216d21c29862f9d1
1
; RUN: opt < %s -inline -S | grep call | count 1
2
3
define i32 @fn2() noinline {
4
ret i32 1
5
}
6
7
define i32 @fn3() {
8
%r = call i32 @fn2()
9
ret i32 %r
10
}