Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / Assembler / insertvalue-invalid-type.ll
blob9c069d58a324232fa0a955cec5e5bd9aed4eb9b9
1 ; RUN: not llvm-as < %s 2>&1 | FileCheck %s
3 ; CHECK: insertvalue operand and field disagree in type: 'ptr' instead of 'i32'
5 define void @test() {
6 entry:
7   insertvalue { i32, i32 } undef, ptr null, 0
8   ret void