From 0d833348c2dea181e08d3ece8da18079653f96ee Mon Sep 17 00:00:00 2001 From: Nadav Rotem Date: Wed, 13 Nov 2013 01:12:01 +0000 Subject: [PATCH] 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 --- lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp b/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp index 9603f220781..88bb69beef0 100644 --- a/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp +++ b/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp @@ -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<