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:
90b9681
)
Correct typo.
author
Duncan Sands
<baldrick@free.fr>
Fri, 30 Mar 2007 06:39:42 +0000
(06:39 +0000)
committer
Duncan Sands
<baldrick@free.fr>
Fri, 30 Mar 2007 06:39:42 +0000
(06:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35504
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 25ea4a2bd5dcfaf5310cfd0c094be5eea93ed1df..6ccefc23524590c279c18d66fd21c406eb2cc2a3 100644
(file)
--- a/
include/llvm/ADT/APInt.h
+++ b/
include/llvm/ADT/APInt.h
@@
-272,7
+272,7
@@
public:
/// @returns true if the argument APInt value is a power of two > 0.
bool isPowerOf2() const;
- /// This converts the APInt to a boolean val
y
as a test against zero.
+ /// This converts the APInt to a boolean val
ue
as a test against zero.
/// @brief Boolean conversion function.
inline bool getBoolValue() const {
return countLeadingZeros() != BitWidth;