repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Better OR's for MVE compares
[llvm-core.git]
/
test
/
Assembler
/
2009-02-28-StripOpaqueName.ll
blob
614cc5721d80f71ebc8a8cc9c1a134f493eaaeab
1
; RUN: opt < %s -strip -S | llvm-as | llvm-dis
2
; RUN: verify-uselistorder %s
3
4
; Stripping the name from A should not break references to it.
5
%A = type opaque
6
@g1 = external global %A
7
@g2 = global %A* @g1