Support: Move class ScaledNumber
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 24 Jun 2014 00:38:09 +0000 (00:38 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 24 Jun 2014 00:38:09 +0000 (00:38 +0000)
commit856361cb06d854a76c0678562ece605a19cff21a
tree7270588b9d20dc6f8ea5a4066776050bb553e820
parent6ecab5a5b18a38512f685c059017ad6464643b96
Support: Move class ScaledNumber

ScaledNumber has been cleaned up enough to pull out of BFI now.  Still
work to do there (tests for shifting, bloated printing code, etc.), but
it seems clean enough for its new home.

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