[llvm] r223239 - Fix the metadata number used by llvm.gcov to match the number of the inserted metadata node.

Alexander Potapenko glider at google.com
Wed Dec 3 07:15:58 PST 2014


Author: glider
Date: Wed Dec  3 09:15:58 2014
New Revision: 223239

URL: http://llvm.org/viewvc/llvm-project?rev=223239&view=rev
Log:
Fix the metadata number used by llvm.gcov to match the number of the inserted metadata node.

Modified:
    llvm/trunk/test/Transforms/GCOVProfiling/return-block.ll

Modified: llvm/trunk/test/Transforms/GCOVProfiling/return-block.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/GCOVProfiling/return-block.ll?rev=223239&r1=223238&r2=223239&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/GCOVProfiling/return-block.ll (original)
+++ llvm/trunk/test/Transforms/GCOVProfiling/return-block.ll Wed Dec  3 09:15:58 2014
@@ -33,7 +33,7 @@ attributes #0 = { nounwind uwtable "less
 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}





More information about the llvm-commits mailing list