diff options
Diffstat (limited to 'llvm/test/Transforms/SimplifyCFG/PhiBlockMerge2.ll')
-rw-r--r-- | llvm/test/Transforms/SimplifyCFG/PhiBlockMerge2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/SimplifyCFG/PhiBlockMerge2.ll b/llvm/test/Transforms/SimplifyCFG/PhiBlockMerge2.ll index 7e80677bc79..01060ed4ca8 100644 --- a/llvm/test/Transforms/SimplifyCFG/PhiBlockMerge2.ll +++ b/llvm/test/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-upgrade < %s | llvm-as | 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) { |