summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorMayur Pandey <mayur.p@samsung.com>2014-08-19 06:41:55 +0000
committerMayur Pandey <mayur.p@samsung.com>2014-08-19 06:41:55 +0000
commit75b76c6a92fa38d6914228791994a2824f35eb01 (patch)
tree0dabce8f569dbd93082429ee091778ca9d1853a0 /llvm/lib/Transforms
parent7c03d9572509165dcbe30aaa4e6b347e36874e41 (diff)
downloadbcm5719-llvm-75b76c6a92fa38d6914228791994a2824f35eb01.tar.gz
bcm5719-llvm-75b76c6a92fa38d6914228791994a2824f35eb01.zip
test commit (spelling correction)
llvm-svn: 215970
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 063d4a799e4..1dc8274924c 100644
--- a/llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
+++ b/llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
@@ -614,7 +614,7 @@ static unsigned foldLogOpOfMaskedICmpsHelper(Value*& A,
} else if (R1->getType()->isIntegerTy()) {
if (!match(R1, m_And(m_Value(R11), m_Value(R12)))) {
// As before, model no mask as a trivial mask if it'll let us do an
- // optimisation.
+ // optimization.
R11 = R1;
R12 = Constant::getAllOnesValue(R1->getType());
}
OpenPOWER on IntegriCloud