From: David Zarzycki Date: Sat, 4 Apr 2020 12:13:54 +0000 (-0400) Subject: Revert "Test had incorrect check for nonzero count" X-Git-Tag: llvmorg-12-init~10051 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=74ab5d98d07f0b0226f45ccca8df6a450d52fb7b;p=platform%2Fupstream%2Fllvm.git Revert "Test had incorrect check for nonzero count" This reverts commit 210f40fe9a30212396311d265904b2d73859c53d. --- diff --git a/llvm/test/Other/opt-bisect-legacy-pass-manager.ll b/llvm/test/Other/opt-bisect-legacy-pass-manager.ll index d73ca80..bf89e80 100644 --- a/llvm/test/Other/opt-bisect-legacy-pass-manager.ll +++ b/llvm/test/Other/opt-bisect-legacy-pass-manager.ll @@ -45,7 +45,8 @@ ; The helper script uses this to find the optimization that inlines the call. ; CHECK-BISECT-INLINE-HELPER: call i32 @f2() ; These checks verifies that the optimization was found. -; CHECK-BISECT-INLINE-RESULT: Last good count: {{[1-9][0-9]*}} +; CHECK-BISECT-INLINE-RESULT-NOT: Last good count: 0 +; CHECK-BISECT-INLINE-RESULT: Last good count: {{[0-9]+}} ; Test a module pass.