diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2015-02-10 07:45:43 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2015-02-10 07:45:43 +0000 |
commit | 476c4db3dc56bee43df384704c75ccc71cfa7a1d (patch) | |
tree | 5d0dcec3cc12fc53532fc84029892b98711a2596 /test/profile/instrprof-basic.c | |
parent | ca9211ecdede9bdedb812b2243a4abdb8dacd1b9 (diff) |
Diffstat (limited to 'test/profile/instrprof-basic.c')
-rw-r--r-- | test/profile/instrprof-basic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/profile/instrprof-basic.c b/test/profile/instrprof-basic.c index fd3516cfad03..995525bf9553 100644 --- a/test/profile/instrprof-basic.c +++ b/test/profile/instrprof-basic.c @@ -27,5 +27,5 @@ int main(int argc, const char *argv[]) { return 1; } -// CHECK: ![[PD1]] = metadata !{metadata !"branch_weights", i32 1, i32 2} -// CHECK: ![[PD2]] = metadata !{metadata !"branch_weights", i32 2, i32 1} +// CHECK: ![[PD1]] = !{!"branch_weights", i32 1, i32 2} +// CHECK: ![[PD2]] = !{!"branch_weights", i32 2, i32 1} |