diff options
author | Mayur Pandey <mayur.p@samsung.com> | 2014-08-19 06:41:55 +0000 |
---|---|---|
committer | Mayur Pandey <mayur.p@samsung.com> | 2014-08-19 06:41:55 +0000 |
commit | 75b76c6a92fa38d6914228791994a2824f35eb01 (patch) | |
tree | 0dabce8f569dbd93082429ee091778ca9d1853a0 /llvm/lib/Transforms | |
parent | 7c03d9572509165dcbe30aaa4e6b347e36874e41 (diff) | |
download | bcm5719-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.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 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()); } |