[llvm] r197284 - [block-freq] Begin move of BlockFrequency::EntryFreq -> BlockFrequencyImpl::EntryFreq.

Michael Gottesman mgottesman at apple.com
Fri Dec 13 15:58:10 PST 2013


Yes you are correct. For now I am leaving it as a static constant since the current block frequency uses it in that manner and I am trying to be incremental.

= ).

Michael

On Dec 13, 2013, at 3:54 PM, Chandler Carruth <chandlerc at google.com> wrote:

> 
> On Fri, Dec 13, 2013 at 3:44 PM, Michael Gottesman <mgottesman at apple.com> wrote:
> [block-freq] Begin move of BlockFrequency::EntryFreq -> BlockFrequencyImpl::EntryFreq.
> 
> I think what you really mean is moving it from a static constant to an analysis method? I like the direction, just trying to make sure I understand.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131213/7bd87dc8/attachment.html>


More information about the llvm-commits mailing list