diff options
| author | Matthew Simpson <mssimpso@codeaurora.org> | 2018-03-23 12:47:54 +0000 |
|---|---|---|
| committer | Matthew Simpson <mssimpso@codeaurora.org> | 2018-03-23 12:47:54 +0000 |
| commit | 4316a2623ab94539857e2a86728aea51a5f0549f (patch) | |
| tree | 7703b9f3986932384cc596c8f4f2cae052e1989d | |
| parent | 9ea14bbbb02b28b0e2d70fa04572e92a8cae7e23 (diff) | |
| download | bcm5719-llvm-4316a2623ab94539857e2a86728aea51a5f0549f.tar.gz bcm5719-llvm-4316a2623ab94539857e2a86728aea51a5f0549f.zip | |
[test] Allow for optional No-Op Barrier Pass in O0 pipeline
llvm-svn: 328310
| -rw-r--r-- | llvm/test/Other/opt-O0-pipeline.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/Other/opt-O0-pipeline.ll b/llvm/test/Other/opt-O0-pipeline.ll index ff6ce5a43a1..09062065206 100644 --- a/llvm/test/Other/opt-O0-pipeline.ll +++ b/llvm/test/Other/opt-O0-pipeline.ll @@ -18,7 +18,8 @@ ; CHECK-NEXT: CallGraph Construction ; CHECK-NEXT: Call Graph SCC Pass Manager ; CHECK-NEXT: Inliner for always_inline functions -; CHECK-NEXT: FunctionPass Manager +; A No-Op Barrier Pass +; CHECK: FunctionPass Manager ; CHECK-NEXT: Module Verifier ; CHECK-NEXT: Bitcode Writer |

