Switch to using edge profiling information as the basic source of profile info
authorChris Lattner <sabre@nondot.org>
Mon, 8 Mar 2004 22:04:08 +0000 (22:04 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 8 Mar 2004 22:04:08 +0000 (22:04 +0000)
commit96ab5caf2db23939c21c36d9468fa6c95e23129d
treeb03e785eb8b0154a88673947698e2dbf5c5c29c4
parent7d84dda56044b9731aea613a26ff98c8ceb3b5f9
Switch to using edge profiling information as the basic source of profile info
from using basic block counts.

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