Update the docs to match the function name.

llvm-svn: 194537
This commit is contained in:
Nadav Rotem 2013-11-13 01:12:01 +00:00
parent 247357cde7
commit a2f08b8300

View File

@ -1543,7 +1543,7 @@ static Instruction *MatchSelectFromAndOr(Value *A, Value *B,
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).
static bool IsOneHotValue(Value *V) {
// Match 1<<K.