[llvm] r321179 - [SCEV] Fix Typo. NFC.

Javed Absar via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 20 07:06:26 PST 2017


Author: javed.absar
Date: Wed Dec 20 07:06:26 2017
New Revision: 321179

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


Modified:
    llvm/trunk/include/llvm/Analysis/ScalarEvolutionExpander.h

Modified: llvm/trunk/include/llvm/Analysis/ScalarEvolutionExpander.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/ScalarEvolutionExpander.h?rev=321179&r1=321178&r2=321179&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/ScalarEvolutionExpander.h (original)
+++ llvm/trunk/include/llvm/Analysis/ScalarEvolutionExpander.h Wed Dec 20 07:06:26 2017
@@ -47,7 +47,7 @@ namespace llvm {
     ScalarEvolution &SE;
     const DataLayout &DL;
 
-    // New instructions receive a name to identifies them with the current pass.
+    // New instructions receive a name to identify them with the current pass.
     const char* IVName;
 
     // InsertedExpressions caches Values for reuse, so must track RAUW.




More information about the llvm-commits mailing list