summaryrefslogtreecommitdiff
path: root/test/profile/Inputs/comdat_rename_2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/profile/Inputs/comdat_rename_2.cc')
-rw-r--r--test/profile/Inputs/comdat_rename_2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profile/Inputs/comdat_rename_2.cc b/test/profile/Inputs/comdat_rename_2.cc
index c25f3bae5..6ba92ce39 100644
--- a/test/profile/Inputs/comdat_rename_2.cc
+++ b/test/profile/Inputs/comdat_rename_2.cc
@@ -13,6 +13,6 @@ int main() {
// CHECK-LABEL: define {{.*}}caller{{.*}}
// CHECK: {{.*}} call {{.*}}
// CHECK-NOT: br i1 {{.*}}
-// CHECK: br {{.*}}label %[[BB1:[0-9]+]], label{{.*}}!prof ![[PD1:[0-9]+]]
+// CHECK: br {{.*}}label %[[BB1:.*]], label{{.*}}!prof ![[PD1:[0-9]+]]
// CHECK: ; <label>:[[BB1]]:
// CHECK:![[PD1]] = !{!"branch_weights", i32 0, i32 1}