summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorDmitry Venikov <quolyk@gmail.com>2018-01-02 05:47:42 +0000
committerDmitry Venikov <quolyk@gmail.com>2018-01-02 05:47:42 +0000
commitd2257be8b76b5136a5a4c86d8e16e5f2f7f165c9 (patch)
tree3120ab2c69753109fd6f690ba17c30c5e6442718 /llvm
parent3e528c75182111c7dc9ebb40db0c66ef4ac6ae3b (diff)
downloadbcm5719-llvm-d2257be8b76b5136a5a4c86d8e16e5f2f7f165c9.tar.gz
bcm5719-llvm-d2257be8b76b5136a5a4c86d8e16e5f2f7f165c9.zip
Test commit
Reviewers: Quolyk Reviewed By: Quolyk Differential Revision: https://reviews.llvm.org/D41561 llvm-svn: 321636
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Analysis/InstructionSimplify.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/InstructionSimplify.cpp b/llvm/lib/Analysis/InstructionSimplify.cpp
index c94429f5521..882d2ce86b1 100644
--- a/llvm/lib/Analysis/InstructionSimplify.cpp
+++ b/llvm/lib/Analysis/InstructionSimplify.cpp
@@ -826,7 +826,7 @@ static Value *SimplifyMulInst(Value *Op0, Value *Op1, const SimplifyQuery &Q,
MaxRecurse))
return V;
- // Mul distributes over Add. Try some generic simplifications based on this.
+ // Mul distributes over Add. Try some generic simplifications based on this.
if (Value *V = ExpandBinOp(Instruction::Mul, Op0, Op1, Instruction::Add,
Q, MaxRecurse))
return V;
OpenPOWER on IntegriCloud