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