Skip to content

Commit

Permalink
Test commit
Browse files Browse the repository at this point in the history
Reviewers: Quolyk

Reviewed By: Quolyk

Differential Revision: https://reviews.llvm.org/D41561

llvm-svn: 321636
  • Loading branch information
Quolyk committed Jan 2, 2018
1 parent 3e528c7 commit d2257be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Analysis/InstructionSimplify.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit d2257be

Please sign in to comment.