diff options
Diffstat (limited to 'test/Transforms/SimplifyCFG/2008-05-16-PHIBlockMerge.ll')
-rw-r--r-- | test/Transforms/SimplifyCFG/2008-05-16-PHIBlockMerge.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SimplifyCFG/2008-05-16-PHIBlockMerge.ll b/test/Transforms/SimplifyCFG/2008-05-16-PHIBlockMerge.ll index 59e886b..56f43b6 100644 --- a/test/Transforms/SimplifyCFG/2008-05-16-PHIBlockMerge.ll +++ b/test/Transforms/SimplifyCFG/2008-05-16-PHIBlockMerge.ll @@ -1,6 +1,6 @@ ; RUN: opt < %s -simplifycfg -S > %t ; RUN: not grep {^BB.tomerge} %t -; RUN grep {^BB.nomerge} %t | count 2 +; RUN: grep {^BB.nomerge} %t | count 2 ; ModuleID = '<stdin>' declare i1 @foo() |