projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20d7ed1
)
Update the docs to match the function name.
author
Nadav Rotem
<nrotem@apple.com>
Wed, 13 Nov 2013 01:12:01 +0000
(
01:12
+0000)
committer
Nadav 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
patch
|
blob
|
history
diff --git
a/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
b/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
index 9603f22078121faa1751b79b061fc6882e402458..88bb69beef03ceb2c5003bd4d0b140c4f966eef1 100644
(file)
--- 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;
}
-/// Is
SingleBi
tValue - Returns true for "one-hot" values (values where at most
+/// Is
OneHo
tValue - Returns true for "one-hot" values (values where at most
/// one bit can be set).
static bool IsOneHotValue(Value *V) {
// Match 1<<K.