[llvm] r290024 - [Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).

Malcolm Parsons via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 18 07:47:39 PST 2016


On 17 December 2016 at 01:09, Eugene Zelenko via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> -    if (P == INT_MIN)
> +    if (P == std::numeric_limits<int>::max())

MIN -> max?

-- 
Malcolm Parsons


More information about the llvm-commits mailing list