[CodeGen] Remove unused member variable NextCascade (NFC)
authorKazu Hirata <kazu@google.com>
Mon, 11 Jul 2022 01:57:40 +0000 (18:57 -0700)
committerKazu Hirata <kazu@google.com>
Mon, 11 Jul 2022 01:57:40 +0000 (18:57 -0700)
llvm/lib/CodeGen/RegAllocEvictionAdvisor.h

index d57b0ca..d6a3997 100644 (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