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)
commit09d16aa87e594afa0a8798748d13fb185cb25b31
tree2199370b2687a60ea9446f864b926323b1bfee5a
parentc59ae207ef7b79a2bbfe2f36ac7512426ef3c64e
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!

llvm-svn: 166938
llvm/include/llvm/Analysis/ProfileDataLoader.h
llvm/lib/Analysis/ProfileDataLoader.cpp