summaryrefslogtreecommitdiff
path: root/test/profile
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2018-02-08 00:39:19 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2018-02-08 00:39:19 +0000
commit1ceec9ed76d668b0b9b8b9c22b76f24b7c4b1749 (patch)
treebe9bcf688c27cef1c0aeef58cb251b66319b6432 /test/profile
parente0120a0f6ecfc2d7fba3a83b520c4b08427d23b2 (diff)
Remove extra space.
Should fix the ppc bots. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@324548 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/profile')
-rw-r--r--test/profile/instrprof-reset-counters.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profile/instrprof-reset-counters.c b/test/profile/instrprof-reset-counters.c
index a296dd263..ac09764e0 100644
--- a/test/profile/instrprof-reset-counters.c
+++ b/test/profile/instrprof-reset-counters.c
@@ -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) {}
}