[compiler-rt] r324556 - Add space inside the regular expression.
Rafael Espindola via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 7 18:29:56 PST 2018
Author: rafael
Date: Wed Feb 7 18:29:56 2018
New Revision: 324556
URL: http://llvm.org/viewvc/llvm-project?rev=324556&view=rev
Log:
Add space inside the regular expression.
This should now pass on both ppc and x86. Sorry about the noise.
Modified:
compiler-rt/trunk/test/profile/instrprof-reset-counters.c
Modified: compiler-rt/trunk/test/profile/instrprof-reset-counters.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/profile/instrprof-reset-counters.c?rev=324556&r1=324555&r2=324556&view=diff
==============================================================================
--- compiler-rt/trunk/test/profile/instrprof-reset-counters.c (original)
+++ compiler-rt/trunk/test/profile/instrprof-reset-counters.c Wed Feb 7 18:29:56 2018
@@ -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) {}
}
More information about the llvm-commits
mailing list