10 lines · plain
1; RUN: not llvm-as < %s 2>&1 | FileCheck %s2 3; CHECK: insertvalue operand and field disagree in type: 'ptr' instead of 'i32'4 5define void @test() {6entry:7 insertvalue { i32, i32 } undef, ptr null, 08 ret void9}10 1; RUN: not llvm-as < %s 2>&1 | FileCheck %s2 3; CHECK: insertvalue operand and field disagree in type: 'ptr' instead of 'i32'4 5define void @test() {6entry:7 insertvalue { i32, i32 } undef, ptr null, 08 ret void9}10