repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Verify the predicates on icmp/fcmp. Suggested by Jeff Yasskin!
[llvm.git]
/
test
/
CodeGen
/
CBackend
/
2004-02-26-LinkOnceFunctions.ll
blob
cf59634e82c1dbaf4452a28c3c16a31759543857
1
; RUN: llc < %s -march=c | grep func1 | grep WEAK
2
3
define linkonce i32 @func1() {
4
ret i32 5
5
}
6