[CodeGen] Remove unused member variable NextCascade (NFC)

This commit is contained in:
Kazu Hirata 2022-07-10 18:57:40 -07:00
parent 4655400b21
commit 5b55b7f6d2
1 changed files with 0 additions and 3 deletions

View File

@ -148,9 +148,6 @@ protected:
/// Run or not the local reassignment heuristic. This information is
/// obtained from the TargetSubtargetInfo.
const bool EnableLocalReassign;
private:
unsigned NextCascade = 1;
};
/// ImmutableAnalysis abstraction for fetching the Eviction Advisor. We model it