projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa4bce2
)
Fix a comment.
author
Reid Spencer
<rspencer@reidspencer.com>
Wed, 21 Mar 2007 22:22:19 +0000
(22:22 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Wed, 21 Mar 2007 22:22:19 +0000
(22:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35246
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/ADT/APInt.h
patch
|
blob
|
history
diff --git
a/include/llvm/ADT/APInt.h
b/include/llvm/ADT/APInt.h
index 5f4d6741c5666f197aeb5967ab4c3950591e790b..9e7f86612a58e0487cca024c2249589ece3f00a8 100644
(file)
--- a/
include/llvm/ADT/APInt.h
+++ b/
include/llvm/ADT/APInt.h
@@
-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
un
signed
/// value for the APInt's bit width.
/// @brief Determine if this is the smallest unsigned value.
bool isMinValue() const {