Add space inside the regular expression.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 8 Feb 2018 02:29:56 +0000 (02:29 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 8 Feb 2018 02:29:56 +0000 (02:29 +0000)
This should now pass on both ppc and x86. Sorry about the noise.

llvm-svn: 324556

compiler-rt/test/profile/instrprof-reset-counters.c

index ac09764..f15bc0d 100644 (file)
@@ -12,7 +12,7 @@ int main(void) {
   return 0;
 }
 void foo(int N) {
-  // CHECK-LABEL: define{{(dso_local)?}} void @foo(
+  // CHECK-LABEL: define{{( dso_local)?}} void @foo(
   // CHECK: br i1 %{{.*}}, label %{{.*}}, label %{{.*}}, !prof ![[FOO:[0-9]+]]
   if (N) {}
 }