summaryrefslogtreecommitdiff
path: root/test/profile
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2018-02-08 02:29:56 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2018-02-08 02:29:56 +0000
commit18a0d3b3babd8e527884358674c1279ab26552cc (patch)
tree1aace9bd3cbc2bf2f56c2f1fb0173dd2bb764963 /test/profile
parent1ceec9ed76d668b0b9b8b9c22b76f24b7c4b1749 (diff)
Add space inside the regular expression.
This should now pass on both ppc and x86. Sorry about the noise. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@324556 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 ac09764e0..f15bc0d8e 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) {}
}