Remove code to saturate profile counts.
authorBob Wilson <bob.wilson@apple.com>
Mon, 29 Oct 2012 17:27:39 +0000 (17:27 +0000)
committerBob Wilson <bob.wilson@apple.com>
Mon, 29 Oct 2012 17:27:39 +0000 (17:27 +0000)
commit6a09098cca6938dbfdc28e26fc45d626342816ac
treeef1f6ecc54eeb8d949432b017cf2f637168b9d43
parentd233b78760e481a9602266f8376eb1189c58bc9a
Remove code to saturate profile counts.

We may need to change the way profile counter values are stored, but
saturation is the wrong thing to do.  Just remove it for now.

Patch by Alastair Murray!

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