[LLVM] Fix Maintainers.md formatting (NFC)
[llvm-project.git] / flang / test / Driver / print-pipeline-passes.f90
blob72c213802508e5de2ba266df6561dd2aed9351ca
1 ! RUN: %flang_fc1 -mllvm -print-pipeline-passes -emit-llvm-bc -o /dev/null -O0 %s 2>&1 | FileCheck %s
3 ! Just check a few passes to ensure that something reasonable is being printed.
4 ! CHECK: always-inline
5 ! CHECK-SAME: annotation-remarks
7 end program