diff options
author | Chad Rosier <mcrosier@codeaurora.org> | 2016-05-09 21:37:43 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@codeaurora.org> | 2016-05-09 21:37:43 +0000 |
commit | 58919cc6f8343bb391ad983759dfb18cf332c233 (patch) | |
tree | 0e9cdc58b0ef43fc49d42c0df8377cb8cfc70f49 /llvm/lib/Transforms | |
parent | dfa21c310d460899f29c5eaa558a22c7dcae2136 (diff) | |
download | bcm5719-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.cpp | 2 |
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; |