[llvm-commits] CVS: llvm/include/llvm/ADT/APInt.h
Reid Spencer
reid at x10sys.com
Wed Mar 21 15:22:36 PDT 2007
Changes in directory llvm/include/llvm/ADT:
APInt.h updated: 1.45 -> 1.46
---
Log message:
Fix a comment.
---
Diffs of the changes: (+1 -1)
APInt.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/ADT/APInt.h
diff -u llvm/include/llvm/ADT/APInt.h:1.45 llvm/include/llvm/ADT/APInt.h:1.46
--- llvm/include/llvm/ADT/APInt.h:1.45 Mon Mar 19 21:18:16 2007
+++ llvm/include/llvm/ADT/APInt.h Wed Mar 21 17:22:19 2007
@@ -633,7 +633,7 @@
!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 {
More information about the llvm-commits
mailing list