Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Misc / printer.c
blobeb5d061fe7c574069e91f80a57ceb980247c2423
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
5 void foo(void) {}