Support: Write ScaledNumber::getQuotient() and getProduct()
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 20 Jun 2014 21:47:47 +0000 (21:47 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 20 Jun 2014 21:47:47 +0000 (21:47 +0000)
commit411840d963f8e181caa30f007e4c2c08e80ed588
tree07dc084720e891f080ee28e6a53d26fc7edd1fd5
parent160000c64c6bf9e3e87626b18127cff9e4e32dde
Support: Write ScaledNumber::getQuotient() and getProduct()

llvm-svn: 211409
llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h
llvm/include/llvm/Support/ScaledNumber.h
llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp
llvm/lib/Support/CMakeLists.txt
llvm/lib/Support/ScaledNumber.cpp [new file with mode: 0644]
llvm/unittests/Support/ScaledNumberTest.cpp