mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-02 10:21:54 +00:00
Fix a comment.
llvm-svn: 35246
This commit is contained in:
parent
44c0a5d545
commit
76c1fef30a
@ -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…
x
Reference in New Issue
Block a user