1 // RUN: %clang_cc1 -emit-llvm -mllvm -print-before-all %s -o %t 2>&1 | FileCheck %s --check-prefix=CHECK-BEFORE 2 // RUN: %clang_cc1 -emit-llvm -mllvm -print-after-all %s -o %t 2>&1 | FileCheck %s --check-prefix=CHECK-AFTER 3 // CHECK-BEFORE: *** IR Dump Before AlwaysInlinerPass 4 // CHECK-AFTER: *** IR Dump After AlwaysInlinerPass foo(void)5void foo(void) {} 6