mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35246 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fa4bce2b76
commit
3a3aacfe10
@ -633,7 +633,7 @@ public:
|
||||
!isNegative() && countPopulation() == BitWidth - 1;
|
||||
}
|
||||
|
||||
/// This checks to see if the value of this APInt is the minimum signed
|
||||
/// This checks to see if the value of this APInt is the minimum unsigned
|
||||
/// value for the APInt's bit width.
|
||||
/// @brief Determine if this is the smallest unsigned value.
|
||||
bool isMinValue() const {
|
||||
|
Loading…
Reference in New Issue
Block a user