diff options
Diffstat (limited to 'llvm/test/Transforms/SimplifyCFG/branch-cond-prop.ll')
-rw-r--r-- | llvm/test/Transforms/SimplifyCFG/branch-cond-prop.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/SimplifyCFG/branch-cond-prop.ll b/llvm/test/Transforms/SimplifyCFG/branch-cond-prop.ll index 8d5cdc57bb7..1ba62262001 100644 --- a/llvm/test/Transforms/SimplifyCFG/branch-cond-prop.ll +++ b/llvm/test/Transforms/SimplifyCFG/branch-cond-prop.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -simplifycfg | llvm-dis | not grep call +; RUN: opt %s -simplifycfg -S | not grep call declare void @bar() |