Add a lsr common loop invariant hoisting test case
[oota-llvm.git] / test / CodeGen / CBackend / 2004-02-26-LinkOnceFunctions.llx
1 ; RUN: llvm-as < %s | llc -march=c | grep func1 | grep WEAK
2
3 implementation
4
5 linkonce int %func1 () {
6   ret int 5
7 }
8