[PM] Fix a stale comment after my last refactoring spoted by Joey in
authorChandler Carruth <chandlerc@gmail.com>
Tue, 26 Nov 2013 12:00:58 +0000 (12:00 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 26 Nov 2013 12:00:58 +0000 (12:00 +0000)
review!

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

include/llvm/IR/PassManager.h

index 2d8f07f45f97cafe58d725d0350a24c8e032e867..f6d8ece8bbfd8ef8cd6ecf75df7a5f950883c7ba 100644 (file)
@@ -523,8 +523,8 @@ public:
 
   /// \brief Invalidate analyses cached for an IR unit.
   ///
-  /// Walk through all of the analyses pertaining to this module and invalidate
-  /// them unless they are preserved by the PreservedAnalyses set.
+  /// Walk through all of the analyses pertaining to this unit of IR and
+  /// invalidate them unless they are preserved by the PreservedAnalyses set.
   void invalidate(IRUnitT IR, const PreservedAnalyses &PA) {
     derived_this()->invalidateImpl(IR, PA);
   }