OSDN Git Service

Update aosp/master LLVM for rebase to r230699.
[android-x86/external-llvm.git] / test / CodeGen / BPF / many_args2.ll
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 }