mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-05 14:34:55 +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:
parent
9200d12fd5
commit
7a46096665
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user