If we have edge counts, we can produce block counts. I've verified that
authorChris Lattner <sabre@nondot.org>
Mon, 8 Mar 2004 20:03:52 +0000 (20:03 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 8 Mar 2004 20:03:52 +0000 (20:03 +0000)
commitdbbbfef165ef730977d948e58b226e1bd8f450d4
treeae5d1699fdbb2829cc0e53bc300529ed9c9d79b7
parent9f717ef279f4b82e28c341c98a9aa602f01f9b27
If we have edge counts, we can produce block counts.  I've verified that
using an edge profile to produce block counts gives the exact same numbers
as using a block count directly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12232 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ProfileInfoLoader.cpp