mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-26 07:24:25 +00:00
[PM] Fix a stale comment after my last refactoring spoted by Joey in
review! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195757 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -523,8 +523,8 @@ public:
|
|||||||
|
|
||||||
/// \brief Invalidate analyses cached for an IR unit.
|
/// \brief Invalidate analyses cached for an IR unit.
|
||||||
///
|
///
|
||||||
/// Walk through all of the analyses pertaining to this module and invalidate
|
/// Walk through all of the analyses pertaining to this unit of IR and
|
||||||
/// them unless they are preserved by the PreservedAnalyses set.
|
/// invalidate them unless they are preserved by the PreservedAnalyses set.
|
||||||
void invalidate(IRUnitT IR, const PreservedAnalyses &PA) {
|
void invalidate(IRUnitT IR, const PreservedAnalyses &PA) {
|
||||||
derived_this()->invalidateImpl(IR, PA);
|
derived_this()->invalidateImpl(IR, PA);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user