repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Factor out code that optimize loop terminating condition.
[llvm/msp430.git]
/
test
/
Linker
/
2003-05-15-TypeProblem.ll
blob
e914a69e34fbc380e07ef8328fe31610aeedef6c
1
; This one fails because the LLVM runtime is allowing two null pointers of
2
; the same type to be created!
3
4
; RUN: echo {%S = type \{ %T*\} %T = type opaque} | llvm-as > %t.2.bc
5
; RUN: llvm-as < %s > %t.1.bc
6
; RUN: llvm-link %t.1.bc %t.2.bc
7
8
%S = type { i32* }
9
%T = type i32
10