[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / CodeGen / BPF / many_args2.ll
bloba69886c2b208193fab8b47da8e3d8a1666cbc7df
1 ; RUN: not llc -march=bpf < %s 2> %t1
2 ; RUN: FileCheck %s < %t1
3 ; CHECK: too many args
5 ; Function Attrs: nounwind readnone uwtable
6 define i32 @bar(i32 %a, i32 %b, i32 %c, i32 %d, i32 %e, i32 %f) #0 {
7 entry:
8   ret i32 1
11 ; Function Attrs: nounwind readnone uwtable
12 define i32 @foo(i32 %a, i32 %b, i32 %c) #0 {
13 entry:
14   ret i32 1