aboutsummaryrefslogtreecommitdiff
path: root/test/Profile/cxx-rangefor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Profile/cxx-rangefor.cpp')
-rw-r--r--test/Profile/cxx-rangefor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Profile/cxx-rangefor.cpp b/test/Profile/cxx-rangefor.cpp
index f30cdc746e60..23be0f5771a3 100644
--- a/test/Profile/cxx-rangefor.cpp
+++ b/test/Profile/cxx-rangefor.cpp
@@ -9,7 +9,7 @@
// PGOGEN: @[[RFC:__llvm_profile_counters__Z9range_forv]] = private global [5 x i64] zeroinitializer
-// CHECK-LABEL: define void @_Z9range_forv()
+// CHECK-LABEL: define {{.*}}void @_Z9range_forv()
// PGOGEN: store {{.*}} @[[RFC]], i64 0, i64 0
void range_for() {
int arr[] = {1, 2, 3, 4, 5};