Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
69b2c71abb3fa17612ebfb1fb804b656ea47ab8f
/
.
/
test
/
Assembler
/
insertvalue-invalid-idx.ll
blob: 86e7258cc5937ad5b0da30b99cf97fafe55b4e35 [
file
] [
log
] [
blame
]
Frits van Bommel
a4805cf
2010-12-05 20:50:26 +0000
[
diff
] [
blame
]
1
; RUN: not llvm-as < %s |& grep {invalid indices for insertvalue}
2
3
define
void
@test
()
{
4
entry
:
5
insertvalue
[
0
x
i32
]
undef
,
i32
0
,
0
6
ret
void
7
}