repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
In some rare cases, the register allocator can spill registers but end up not utilizi...
[llvm/msp430.git]
/
test
/
CodeGen
/
CBackend
/
2004-02-26-LinkOnceFunctions.ll
blob
2d62231b74e3a69d08185b94ecd2e19494f13090
1
; RUN: llvm-as < %s | llc -march=c | grep func1 | grep WEAK
2
3
define linkonce i32 @func1() {
4
ret i32 5
5
}
6