Dan Gohman | fce288f | 2009-09-09 00:09:15 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -march=c | grep func1 | grep WEAK |
John Criswell | 726f0b8 | 2004-02-26 22:55:11 +0000 | [diff] [blame] | 2 | |
Tanya Lattner | 53a66d1 | 2008-02-19 01:41:04 +0000 | [diff] [blame] | 3 | define linkonce i32 @func1() { |
4 | ret i32 5 | ||||
John Criswell | 726f0b8 | 2004-02-26 22:55:11 +0000 | [diff] [blame] | 5 | } |
6 |