mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-22 19:38:40 +00:00
Update the docs to match the function name.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194537 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
20d7ed1989
commit
0d833348c2
@ -1543,7 +1543,7 @@ static Instruction *MatchSelectFromAndOr(Value *A, Value *B,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// IsSingleBitValue - Returns true for "one-hot" values (values where at most
|
/// IsOneHotValue - Returns true for "one-hot" values (values where at most
|
||||||
/// one bit can be set).
|
/// one bit can be set).
|
||||||
static bool IsOneHotValue(Value *V) {
|
static bool IsOneHotValue(Value *V) {
|
||||||
// Match 1<<K.
|
// Match 1<<K.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user