[llvm] r194537 - Update the docs to match the function name.
Nadav Rotem
nrotem at apple.com
Tue Nov 12 17:12:02 PST 2013
Author: nadav
Date: Tue Nov 12 19:12:01 2013
New Revision: 194537
URL: http://llvm.org/viewvc/llvm-project?rev=194537&view=rev
Log:
Update the docs to match the function name.
Modified:
llvm/trunk/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
Modified: llvm/trunk/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp?rev=194537&r1=194536&r2=194537&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp (original)
+++ llvm/trunk/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp Tue Nov 12 19:12:01 2013
@@ -1543,7 +1543,7 @@ static Instruction *MatchSelectFromAndOr
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.
More information about the llvm-commits
mailing list