[llvm] r322765 - [SCEV] Fix typo. NFC.

Javed Absar via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 17 13:58:36 PST 2018


Author: javed.absar
Date: Wed Jan 17 13:58:35 2018
New Revision: 322765

URL: http://llvm.org/viewvc/llvm-project?rev=322765&view=rev
Log:
[SCEV] Fix typo. NFC.

Fix confusing typo in comment.


Modified:
    llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp

Modified: llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp?rev=322765&r1=322764&r2=322765&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp Wed Jan 17 13:58:35 2018
@@ -937,7 +937,7 @@ static bool isHighCostExpansion(const SC
   return true;
 }
 
-/// If any of the instructions is the specified set are trivially dead, delete
+/// If any of the instructions in the specified set are trivially dead, delete
 /// them and see if this makes any of their operands subsequently dead.
 static bool
 DeleteTriviallyDeadInstructions(SmallVectorImpl<WeakTrackingVH> &DeadInsts) {




More information about the llvm-commits mailing list