repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Better OR's for MVE compares
[llvm-core.git]
/
test
/
Linker
/
2008-07-06-AliasFnDecl.ll
blob
555899a31acbb8dc88a7e8170ef979d68cac889f
1
; PR2146
2
; RUN: llvm-as %s -o %t1.bc
3
; RUN: llvm-as %p/2008-07-06-AliasFnDecl2.ll -o %t2.bc
4
; RUN: llvm-link %t1.bc %t2.bc -o %t3.bc
5
6
@b = alias void (), void ()* @a
7
8
define void @a() nounwind {
9
entry:
10
br label %return
11
12
return:
13
ret void
14
}