BranchProbability.cpp - add missing implicit cmath header dependency. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 5 Jun 2021 20:14:18 +0000 (21:14 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 5 Jun 2021 20:14:43 +0000 (21:14 +0100)
commite8423dbf355ad87fb20a11ed8d469ff87c8a545c
tree2298bcfe16aac309a46a9de131bfa74cfb9b155f
parente3ae4ce66e5944594e93cd680814f72d58cde619
BranchProbability.cpp - add missing implicit cmath header dependency. NFCI.

Noticed while investigating if we can remove an unnecessary MathExtras.h include from SmallVector.h (necessary for gcc builds but not MSVC)
llvm/lib/Support/BranchProbability.cpp