diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2016-06-02 08:37:14 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2016-06-02 08:37:14 +0000 |
commit | a30f684a6728265dceedf391e795f0f054fb96cc (patch) | |
tree | cdd2badac3fbb36e0dabb4e26ef736b8c11ca422 /llvm/unittests/Support/MathExtrasTest.cpp | |
parent | 881334e76ba49e87ce7a46b4eeb2b587aeac7902 (diff) | |
download | bcm5719-llvm-a30f684a6728265dceedf391e795f0f054fb96cc.tar.gz bcm5719-llvm-a30f684a6728265dceedf391e795f0f054fb96cc.zip |
[ADT] Remove unused multiply and divide operator overloads on
statistics.
Scaling statistics atomically doesn't make any sense anyways, and none
were using these. If you find yourself wanting to do this, you should
probably keep a local count that you scale and then apply that after
scaling to the shared statistic object.
llvm-svn: 271503
Diffstat (limited to 'llvm/unittests/Support/MathExtrasTest.cpp')
0 files changed, 0 insertions, 0 deletions