[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / tools / llvm-reduce / remove-single-arg.ll
blob96b48789fe3f45ef1011a2ffc63ca9d4d8654dc0
1 ; RUN: llvm-reduce --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) {
5 ; CHECK-ALL-LABEL: @t
6 ; CHECK-FINAL: () {
8 ; CHECK-INTERESTINGNESS: ret i32
9 ; CHECK-FINAL: ret i32 42
11   ret i32 42