repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
This should always be signed chars, so use int8_t. This fixes a miscompile when
[llvm/stm8.git]
/
test
/
Assembler
/
insertvalue-invalid-idx.ll
blob
86e7258cc5937ad5b0da30b99cf97fafe55b4e35
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
}