[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / test / tools / llvm-reduce / remove-all-of-multiple-args.ll
blob7ba0bd11d14018675fd709e5cd0c8ea313cad41c
1 ; RUN: llvm-reduce --abort-on-invalid-reduction --delta-passes=arguments --test FileCheck --test-arg --check-prefixes=CHECK-ALL,CHECK-INTERESTINGNESS --test-arg %s --test-arg --input-file %s -o %t
2 ; RUN: cat %t | FileCheck --check-prefixes=CHECK-ALL,CHECK-FINAL %s
4 define i32 @t(i32 %a0, i32 %a1, i32 %a2) {
5 ; CHECK-ALL-LABEL: @t
6 ; CHECK-FINAL: () {
8 ; CHECK-INTERESTINGNESS: ret i32
9 ; CHECK-FINAL: ret i32 0
11   ret i32 %a1