forked from OSchip/llvm-project
[CodeGen] Remove unused member variable NextCascade (NFC)
This commit is contained in:
parent
4655400b21
commit
5b55b7f6d2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue