Sign in
swiftshader
/
SwiftShader
/
e178000ed3213e37bc897a3b29334cbb1c621c1a
/
.
/
third_party
/
LLVM
/
test
/
Assembler
/
insertvalue-invalid-idx.ll
blob: 86e7258cc5937ad5b0da30b99cf97fafe55b4e35 [
file
] [
log
] [
blame
]
John Bauman
66b8ab2
2014-05-06 15:57:45 -0400
[
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
}