Fix operand type for int_x86_ssse3_phadd_sw_128 intrinsic
[oota-llvm.git] / test / CodeGen / CBackend / 2004-02-26-LinkOnceFunctions.ll
1 ; RUN: llc < %s -march=c | grep func1 | grep WEAK
2
3 define linkonce i32 @func1() {
4         ret i32 5
5 }
6