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
remove a dead bool.
[llvm/avr.git]
/
test
/
Assembler
/
private.ll
blob
37145727a5890dfa33dd38178575234779f481b7
1
; Test to make sure that the 'private' tag is not lost!
2
;
3
; RUN: llvm-as < %s | llvm-dis | grep private
4
5
declare void @foo()
6
7
define private void @foo() {
8
ret void
9
}