This patch cleans up the ProfileInfo by
authorAndreas Neustifter <astifter-llvm@gmx.at>
Mon, 24 Aug 2009 21:37:48 +0000 (21:37 +0000)
committerAndreas Neustifter <astifter-llvm@gmx.at>
Mon, 24 Aug 2009 21:37:48 +0000 (21:37 +0000)
commit96135b617a5c752ea98388d0ed4a289c47c147b3
treeb4d5ac1ff5bb01e08940e5cec36b83ab37684032
parentfd7a918e5890a6c0611ab6b3fca7001d16593844
This patch cleans up the ProfileInfo by
*) introducing new data type and export function of edge info for whole function (preparation for next patch).
*) renaming variables to make clear distinction between data and containers that contain this data.
*) updated comments and whitespaces.
*) made ProfileInfo::MissingValue a double (as it should be...).

(Discussed at http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090817/084955.html.)

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