summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-11-26 12:00:58 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-11-26 12:00:58 +0000
commit954ee105287c1b86c743f02a7a8c9ac4bda93f0e (patch)
tree9912f08b513868358d0d4b482241562f23a487b3
parentbd98663c7a9060ae22189ed82fcb90c9a378dfda (diff)
downloadbcm5719-llvm-954ee105287c1b86c743f02a7a8c9ac4bda93f0e.tar.gz
bcm5719-llvm-954ee105287c1b86c743f02a7a8c9ac4bda93f0e.zip
[PM] Fix a stale comment after my last refactoring spoted by Joey in
review! llvm-svn: 195757
-rw-r--r--llvm/include/llvm/IR/PassManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/IR/PassManager.h b/llvm/include/llvm/IR/PassManager.h
index 2d8f07f45f9..f6d8ece8bbf 100644
--- a/llvm/include/llvm/IR/PassManager.h
+++ b/llvm/include/llvm/IR/PassManager.h
@@ -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);
}
OpenPOWER on IntegriCloud