diff options
Diffstat (limited to 'test/profile/instrprof-reset-counters.c')
-rw-r--r-- | test/profile/instrprof-reset-counters.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profile/instrprof-reset-counters.c b/test/profile/instrprof-reset-counters.c index c92732baf45d..e8892366bcfe 100644 --- a/test/profile/instrprof-reset-counters.c +++ b/test/profile/instrprof-reset-counters.c @@ -16,4 +16,4 @@ void foo(int N) { // CHECK: br i1 %{{.*}}, label %{{.*}}, label %{{.*}}, !prof ![[FOO:[0-9]+]] if (N) {} } -// CHECK: ![[FOO]] = metadata !{metadata !"branch_weights", i32 2, i32 1} +// CHECK: ![[FOO]] = !{!"branch_weights", i32 2, i32 1} |