Update the docs to match the function name.
authorNadav Rotem <nrotem@apple.com>
Wed, 13 Nov 2013 01:12:01 +0000 (01:12 +0000)
committerNadav Rotem <nrotem@apple.com>
Wed, 13 Nov 2013 01:12:01 +0000 (01:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194537 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/InstCombine/InstCombineAndOrXor.cpp

index 9603f22078121faa1751b79b061fc6882e402458..88bb69beef03ceb2c5003bd4d0b140c4f966eef1 100644 (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.