[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / NVPTX / empty-type.ll
blobe5c02f99681c215556f351c312d9ccb2f3165590
1 ; RUN: not --crash llc < %s -march=nvptx -mcpu=sm_20 2>&1 | FileCheck %s
3 %struct.A = type { [0 x float] }
4 %struct.B = type { i32, i32 }
6 ; CHECK: ERROR: Empty parameter types are not supported
7 define void @kernel(%struct.A %a, %struct.B %b) {
8 entry:
9   ret void