summaryrefslogtreecommitdiff
path: root/test/Other/2004-08-16-PackedConstantInlineStore.ll
blob: 2d447f92ee53261ebbd014cf395f0608ce503be3 (plain)
1
2
3
4
5
6
7
8
9
10
11
; RUN: llvm-as < %s | llvm-dis

%bar = external global <2 x int>		; <<2 x int>*> [#uses=1]

implementation   ; Functions:

void %main() 
{
	store <2 x int> < int 0, int 1 >, <2 x int>* %bar
	ret void
}