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
Merge branch 'master' into msp430
[llvm/msp430.git]
/
test
/
Assembler
/
2008-10-14-NamedTypeOnInteger.ll
blob
009489dafd7a8d254bd5d3ad79a992619b1ac507
1
; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis
2
; PR2733
3
4
%t1 = type i32
5
%t2 = type { %t1 }
6
@i1 = constant %t2 { %t1 15 }