From 1b42ad9b432b252468a540ea0bfa12435d10db37 Mon Sep 17 00:00:00 2001 From: Alexander Potapenko Date: Wed, 3 Dec 2014 15:15:58 +0000 Subject: [PATCH] Fix the metadata number used by llvm.gcov to match the number of the inserted metadata node. llvm-svn: 223239 --- llvm/test/Transforms/GCOVProfiling/return-block.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/Transforms/GCOVProfiling/return-block.ll b/llvm/test/Transforms/GCOVProfiling/return-block.ll index 7874895a..01c4fdf 100644 --- a/llvm/test/Transforms/GCOVProfiling/return-block.ll +++ b/llvm/test/Transforms/GCOVProfiling/return-block.ll @@ -33,7 +33,7 @@ attributes #0 = { nounwind uwtable "less-precise-fpmad"="false" "no-frame-pointe attributes #1 = { "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" } attributes #2 = { nounwind } -!llvm.gcov = !{!14} +!llvm.gcov = !{!19} !llvm.dbg.cu = !{!0} !llvm.module.flags = !{!11, !12} !llvm.ident = !{!13} -- 2.7.4