repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove wasteful caching. This isn't needed for correctness because any function
[llvm.git]
/
test
/
Assembler
/
2009-02-28-StripOpaqueName.ll
blob
f61a44cbd15d933745a4c5aae6164f141593f2a6
1
; RUN: opt < %s -strip -S | 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