[InstCombine] Signed saturation tests. NFC
[llvm-core.git] / test / Assembler / extractvalue-invalid-idx.ll
blobb5a398c2ccc5bfff07e47c6ee24dcc4da653c5ef
1 ; RUN: not llvm-as < %s 2>&1 | FileCheck %s
2 ; PR4170
4 ; CHECK: invalid indices for extractvalue
6 define void @test() {
7 entry:
8         extractvalue [0 x i32] undef, 0
9         ret void