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-11-04-AlwaysInline.ll
blob
bc9787b823453c1f3625a5275be066eec0830c67
1
; RUN: opt < %s -always-inline -S | grep {@foo}
2
; Ensure that foo is not removed by always inliner
3
; PR 2945
4
5
define internal i32 @foo() nounwind {
6
ret i32 0
7
}