[all-commits] [llvm/llvm-project] 64eaff: [APInt] Fix type limits warning (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Oct 5 09:10:29 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 64eaffb613d0cb7fa7542fa48281a2e617ad8ee9
https://github.com/llvm/llvm-project/commit/64eaffb613d0cb7fa7542fa48281a2e617ad8ee9
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-10-05 (Tue, 05 Oct 2021)
Changed paths:
M llvm/lib/Support/APInt.cpp
Log Message:
-----------
[APInt] Fix type limits warning (NFC)
Unsigned number is always >= 0.
More information about the All-commits
mailing list