1 ; RUN: llc -O2 -print-after-all < %s 2>/dev/null
2 ; RUN: llc -O2 -print-after-all < %s 2>&1 | FileCheck %s --check-prefix=ALL
3 ; RUN: llc -O2 -print-after-all -filter-print-funcs=foo < %s 2>&1 | FileCheck %s --check-prefix=FOO
4 ; REQUIRES: default_triple
13 ;ALL: define void @tester()
14 ;ALL: define void @foo()
18 ;FOO-NEXT: define void @foo()
19 ;FOO-NOT: define void @tester