summaryrefslogtreecommitdiffstats
path: root/clang/test/Profile/func-entry.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Profile/func-entry.c')
-rw-r--r--clang/test/Profile/func-entry.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Profile/func-entry.c b/clang/test/Profile/func-entry.c
index 32c20a2a458..1ecae601a4d 100644
--- a/clang/test/Profile/func-entry.c
+++ b/clang/test/Profile/func-entry.c
@@ -5,10 +5,10 @@
void foo(void);
-// CHECK: @foo() #0 !prof [[FOO:![0-9]+]]
+// CHECK: @foo() #{{[0-9]}} !prof [[FOO:![0-9]+]]
void foo() { return; }
-// CHECK: @main() #1 !prof [[MAIN:![0-9]+]]
+// CHECK: @main() #{{[0-9]}} !prof [[MAIN:![0-9]+]]
int main() {
int i;
for (i = 0; i < 10000; i++) foo();
OpenPOWER on IntegriCloud