repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
test
/
Assembler
/
insertvalue-invalid-type.ll
blob
9c069d58a324232fa0a955cec5e5bd9aed4eb9b9
1
; RUN: not llvm-as < %s 2>&1 | FileCheck %s
2
3
; CHECK: insertvalue operand and field disagree in type: 'ptr' instead of 'i32'
4
5
define void @test() {
6
entry:
7
insertvalue { i32, i32 } undef, ptr null, 0
8
ret void
9
}