[llvm] r316397 - [PM] Fix Typo

Justin Lebar via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 23 16:42:05 PDT 2017


Author: jlebar
Date: Mon Oct 23 16:42:05 2017
New Revision: 316397

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

Patch by Nick Sarnie.

Modified:
    llvm/trunk/include/llvm/IR/PassManager.h

Modified: llvm/trunk/include/llvm/IR/PassManager.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/PassManager.h?rev=316397&r1=316396&r2=316397&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/PassManager.h (original)
+++ llvm/trunk/include/llvm/IR/PassManager.h Mon Oct 23 16:42:05 2017
@@ -470,7 +470,7 @@ public:
       //IR.getContext().yield();
     }
 
-    // Invaliadtion was handled after each pass in the above loop for the
+    // Invalidation was handled after each pass in the above loop for the
     // current unit of IR. Therefore, the remaining analysis results in the
     // AnalysisManager are preserved. We mark this with a set so that we don't
     // need to inspect each one individually.




More information about the llvm-commits mailing list