diff options
Diffstat (limited to 'llvm/test/Regression/Transforms/SimplifyCFG/PhiBlockMerge2.ll')
| -rw-r--r-- | llvm/test/Regression/Transforms/SimplifyCFG/PhiBlockMerge2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Transforms/SimplifyCFG/PhiBlockMerge2.ll b/llvm/test/Regression/Transforms/SimplifyCFG/PhiBlockMerge2.ll index 083e45e016c..7e80677bc79 100644 --- a/llvm/test/Regression/Transforms/SimplifyCFG/PhiBlockMerge2.ll +++ b/llvm/test/Regression/Transforms/SimplifyCFG/PhiBlockMerge2.ll @@ -2,7 +2,7 @@ ; where the mergedinto block doesn't have any PHI nodes, and is in fact ; dominated by the block-to-be-eliminated ; -; RUN: llvm-as < %s | opt -simplifycfg | llvm-dis | not grep 'N:' +; RUN: llvm-upgrade < %s | llvm-as | opt -simplifycfg | llvm-dis | not grep 'N:' ; int %test(bool %a, bool %b) { |

