Skip to content

Commit

Permalink
[CodeGen] Remove unused member variable NextCascade (NFC)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazutakahirata committed Jul 11, 2022
1 parent 4655400 commit 5b55b7f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions llvm/lib/CodeGen/RegAllocEvictionAdvisor.h
Expand Up @@ -148,9 +148,6 @@ class RegAllocEvictionAdvisor {
/// 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
Expand Down

0 comments on commit 5b55b7f

Please sign in to comment.