summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/GCOVProfiling
diff options
context:
space:
mode:
authorAlexander Potapenko <glider@google.com>2014-12-03 15:15:58 +0000
committerAlexander Potapenko <glider@google.com>2014-12-03 15:15:58 +0000
commit1b42ad9b432b252468a540ea0bfa12435d10db37 (patch)
tree5e58c4ea3ae39c1d1ef35f0c1f16820bdd136a78 /llvm/test/Transforms/GCOVProfiling
parent7ce5a4975b7778d37d35487ee1dd37de5ab6f00b (diff)
downloadbcm5719-llvm-1b42ad9b432b252468a540ea0bfa12435d10db37.tar.gz
bcm5719-llvm-1b42ad9b432b252468a540ea0bfa12435d10db37.zip
Fix the metadata number used by llvm.gcov to match the number of the inserted metadata node.
llvm-svn: 223239
Diffstat (limited to 'llvm/test/Transforms/GCOVProfiling')
-rw-r--r--llvm/test/Transforms/GCOVProfiling/return-block.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/GCOVProfiling/return-block.ll b/llvm/test/Transforms/GCOVProfiling/return-block.ll
index 7874895ad5b..01c4fdf6b3d 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}
OpenPOWER on IntegriCloud