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)
commit67291098a60fbd8dd81be78385b1c88279a3dbc8
tree62284a9a5aff563c6ce56d9883f2dc5a74f21023
parent97eb7882031bbfbef6e78af4d64a66494ff6750b
Support: Write ScaledNumber::getQuotient() and getProduct()

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211409 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/BlockFrequencyInfoImpl.h
include/llvm/Support/ScaledNumber.h
lib/Analysis/BlockFrequencyInfoImpl.cpp
lib/Support/CMakeLists.txt
lib/Support/ScaledNumber.cpp [new file with mode: 0644]
unittests/Support/ScaledNumberTest.cpp