mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
Clarify invalidation strategy in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160997 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ead66027e8
commit
20f13c50d8
@ -211,6 +211,12 @@ public:
|
||||
|
||||
/// Invalidate cached information about MBB. This must be called *before* MBB
|
||||
/// is erased, or the CFG is otherwise changed.
|
||||
///
|
||||
/// This invalidates per-block information about resource usage for MBB only,
|
||||
/// and it invalidates per-trace information for any trace that passes
|
||||
/// through MBB.
|
||||
///
|
||||
/// Call Ensemble::getTrace() again to update any trace handles.
|
||||
void invalidate(const MachineBasicBlock *MBB);
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user