1 ; RUN: llvm-reduce --delta-passes=basic-blocks --abort-on-invalid-reduction --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 ; CHECK-FINAL-NOT: = comdat
5 ; CHECK-INTERESTINGNESS: @callee(
6 ; CHECK-FINAL: declare void @callee()
10 define void @callee() comdat($foo) {
14 ; CHECK-ALL: define void @caller()
15 define void @caller() {
17 ; CHECK-ALL: call void @callee()