Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / BPF / vararg1.ll
blob2b5ed16ddf135f1b317ecebcdcfb5589ef7cfb60
1 ; RUN: not llc -march=bpf < %s 2> %t1
2 ; RUN: FileCheck %s < %t1
3 ; CHECK: error: <unknown>:0:0: in function foo void (i32, ...): variadic functions are not supported
5 ; Function Attrs: nounwind readnone uwtable
6 define void @foo(i32 %a, ...) #0 {
7 entry:
8   ret void