[PATCH] llvm-cov: Edges now store pointers to blocks.

Yuchen Wu yuchenericwu at hotmail.com
Tue Nov 12 14:33:53 PST 2013


llvm-cov: Edges now store pointers to blocks.

Changed GCOVBlocks so that the Edges vector stores pointers to other
GCOVBlocks rather than just the block number. Storing the block number
was only useful for knowing the number of edges and for debug info.
Storing pointers is useful for traversing the edges, which will be
needed to implement branch probabilities (-b option). 		 	   		  
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0020-llvm-cov-Edges-now-store-pointers-to-blocks.patch
Type: application/octet-stream
Size: 2475 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131112/d81e8cfb/attachment.obj>


More information about the llvm-commits mailing list