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-TypeResolveProblem2.ll
blob
42cc0403ae770f95cc99c0b1d96d66aac98ba69b
1
; RUN: echo {%T = type i32} | llvm-as > %t.1.bc
2
; RUN: llvm-as < %s > %t.2.bc
3
; RUN: llvm-link %t.1.bc %t.2.bc
4
5
%T = type opaque
6
@X = constant { %T* } zeroinitializer ; <{ %T* }*> [#uses=0]
7