[all-commits] [llvm/llvm-project] e8423d: BranchProbability.cpp - add missing implicit cmath...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sat Jun 5 13:15:47 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e8423dbf355ad87fb20a11ed8d469ff87c8a545c
https://github.com/llvm/llvm-project/commit/e8423dbf355ad87fb20a11ed8d469ff87c8a545c
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-06-05 (Sat, 05 Jun 2021)
Changed paths:
M llvm/lib/Support/BranchProbability.cpp
Log Message:
-----------
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)
More information about the All-commits
mailing list