From 476c4db3dc56bee43df384704c75ccc71cfa7a1d Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Tue, 10 Feb 2015 07:45:43 +0000 Subject: Import compiler-rt trunk r228651. https://llvm.org/svn/llvm-project/compiler-rt/trunk@228651 --- test/profile/instrprof-basic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/profile/instrprof-basic.c') 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} -- cgit v1.3