mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-15 09:33:39 +00:00
Correct typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35504 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
90b9681886
commit
48a3e98c27
@ -272,7 +272,7 @@ public:
|
|||||||
/// @returns true if the argument APInt value is a power of two > 0.
|
/// @returns true if the argument APInt value is a power of two > 0.
|
||||||
bool isPowerOf2() const;
|
bool isPowerOf2() const;
|
||||||
|
|
||||||
/// This converts the APInt to a boolean valy as a test against zero.
|
/// This converts the APInt to a boolean value as a test against zero.
|
||||||
/// @brief Boolean conversion function.
|
/// @brief Boolean conversion function.
|
||||||
inline bool getBoolValue() const {
|
inline bool getBoolValue() const {
|
||||||
return countLeadingZeros() != BitWidth;
|
return countLeadingZeros() != BitWidth;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user