summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@codeaurora.org>2016-05-09 21:37:43 +0000
committerChad Rosier <mcrosier@codeaurora.org>2016-05-09 21:37:43 +0000
commit58919cc6f8343bb391ad983759dfb18cf332c233 (patch)
tree0e9cdc58b0ef43fc49d42c0df8377cb8cfc70f49 /llvm/lib/Transforms
parentdfa21c310d460899f29c5eaa558a22c7dcae2136 (diff)
downloadbcm5719-llvm-58919cc6f8343bb391ad983759dfb18cf332c233.tar.gz
bcm5719-llvm-58919cc6f8343bb391ad983759dfb18cf332c233.zip
Typo. NFC.
llvm-svn: 268975
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp b/llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
index b2e69b5a178..7babf6ae7d9 100644
--- a/llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
+++ b/llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
@@ -664,7 +664,7 @@ static unsigned foldLogOpOfMaskedICmpsHelper(Value*& A,
if (!ICmpInst::isEquality(RHSCC))
return 0;
- // Look for ANDs in on the right side of the RHS icmp.
+ // Look for ANDs on the right side of the RHS icmp.
if (!ok && R2->getType()->isIntegerTy()) {
if (!match(R2, m_And(m_Value(R11), m_Value(R12)))) {
R11 = R2;
OpenPOWER on IntegriCloud