1 ; RUN: not llc -march=bpf < %s 2> %t1 2 ; RUN: FileCheck %s < %t1 3 ; CHECK: too many args 4 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 9 } 10 11 ; Function Attrs: nounwind readnone uwtable 12 define i32 @foo(i32 %a, i32 %b, i32 %c) #0 { 13 entry: 14 ret i32 1 15 } 16