]> granicus.if.org Git - llvm/commitdiff
Test commit
authorDmitry Venikov <quolyk@gmail.com>
Tue, 2 Jan 2018 05:47:42 +0000 (05:47 +0000)
committerDmitry Venikov <quolyk@gmail.com>
Tue, 2 Jan 2018 05:47:42 +0000 (05:47 +0000)
Reviewers: Quolyk

Reviewed By: Quolyk

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@321636 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/InstructionSimplify.cpp

index c94429f55219ddb0b375f730dd930015446d68f9..882d2ce86b1d2da6205502c938874907126c378b 100644 (file)
@@ -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;