repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Land the long talked about "type system rewrite" patch. This
[llvm/stm8.git]
/
test
/
Linker
/
2003-06-02-TypeResolveProblem.ll
blob
86979f60d1727209f631f7415394c6e6b197f35e
1
; RUN: echo {%T = type opaque} | llvm-as > %t.2.bc
2
; RUN: llvm-as < %s > %t.1.bc
3
; RUN: llvm-link %t.1.bc %t.2.bc
4
5
%T = type opaque
6
@a = constant { %T* } zeroinitializer ; <{ %T* }*> [#uses=0]
7