repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Shrink Thumb2 movcc instructions.
[llvm/avr.git]
/
test
/
Linker
/
2003-08-20-OpaqueTypeResolve.ll
blob
a4d4bd543abe0d243a6d193150037dc66b12cfa4
1
; RUN: llvm-as < %s > %t.out1.bc
2
; RUN: echo {%S = type \{ i32, i32* \} } | llvm-as > %t.out2.bc
3
; RUN: llvm-link %t.out1.bc %t.out2.bc
4
5
%S = type { i32, %T* }
6
%T = type opaque
7
8
;%X = global { int, %T* } { int 5, %T* null }