Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
ba4733d901b1c2b994f66707657342b8c81c92bc
/
.
/
test
/
Other
/
2004-08-16-PackedConstantInlineStore.ll
blob: 2d447f92ee53261ebbd014cf395f0608ce503be3 [
file
] [
log
] [
blame
]
; 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
}