[compiler-rt] r324548 - Remove extra space.

Rafael Espindola via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 7 16:39:19 PST 2018


Author: rafael
Date: Wed Feb  7 16:39:19 2018
New Revision: 324548

URL: http://llvm.org/viewvc/llvm-project?rev=324548&view=rev
Log:
Remove extra space.

Should fix the ppc bots.

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=324548&r1=324547&r2=324548&view=diff
==============================================================================
--- compiler-rt/trunk/test/profile/instrprof-reset-counters.c (original)
+++ compiler-rt/trunk/test/profile/instrprof-reset-counters.c Wed Feb  7 16:39:19 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