insertvalue-invalid-idx.ll 169 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 ; RUN: not llvm-as < %s 2>&1 | FileCheck %s ; CHECK: invalid indices for insertvalue define void @test() { entry: insertvalue [0 x i32] undef, i32 0, 0 ret void }