Revert "Test had incorrect check for nonzero count"
authorDavid Zarzycki <dave@znu.io>
Sat, 4 Apr 2020 12:13:54 +0000 (08:13 -0400)
committerDavid Zarzycki <dave@znu.io>
Sun, 5 Apr 2020 11:16:47 +0000 (07:16 -0400)
This reverts commit 210f40fe9a30212396311d265904b2d73859c53d.

llvm/test/Other/opt-bisect-legacy-pass-manager.ll

index d73ca80..bf89e80 100644 (file)
@@ -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.