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
/
2009-02-28-StripOpaqueName.ll
blob
eef5d3614a818d43ae933e33e407273340fb5a9b
1
; RUN: llvm-as < %s | opt -strip | llvm-dis | llvm-as | llvm-dis
2
3
; Stripping the name from A should not break references to it.
4
%A = type opaque
5
@g1 = external global %A
6
@g2 = global %A* @g1