summaryrefslogtreecommitdiff
path: root/test/profile
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2018-02-07 23:13:57 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2018-02-07 23:13:57 +0000
commite0120a0f6ecfc2d7fba3a83b520c4b08427d23b2 (patch)
treedff565f38a77dc529e5aa9a2d4bf1c0188ff32ee /test/profile
parent57343e23f3a9b54ed0e0a2792ac2da9be16a42bc (diff)
Update for llvm change.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@324541 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 e8892366b..a296dd263 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 void @foo(
+ // CHECK-LABEL: define {{(dso_local)?}} void @foo(
// CHECK: br i1 %{{.*}}, label %{{.*}}, label %{{.*}}, !prof ![[FOO:[0-9]+]]
if (N) {}
}