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
Merge branch 'master' into msp430
[llvm/msp430.git]
/
test
/
Assembler
/
2002-07-14-InternalLossage.ll
blob
f93f1c4a5fb084081f53b2d2d80c80775e0408c1
1
; Test to make sure that the 'internal' tag is not lost!
2
;
3
; RUN: llvm-as < %s | llvm-dis | grep internal
4
5
declare void @foo()
6
7
define internal void @foo() {
8
ret void
9
}