repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix an embarassing typo that resulted in llvm-gcc bootstrap miscompare
[llvm/avr.git]
/
test
/
Linker
/
2008-07-06-AliasFnDecl.ll
blob
8e8c8454d9419be5db6b4f7f4ec2848ee862ebcc
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 ()* @a
7
8
define void @a() nounwind {
9
entry:
10
br label %return
11
12
return:
13
ret void
14
}