From 5b55b7f6d24b4712cedf09cf40d31ff319131301 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 10 Jul 2022 18:57:40 -0700 Subject: [PATCH] [CodeGen] Remove unused member variable NextCascade (NFC) --- llvm/lib/CodeGen/RegAllocEvictionAdvisor.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/llvm/lib/CodeGen/RegAllocEvictionAdvisor.h b/llvm/lib/CodeGen/RegAllocEvictionAdvisor.h index d57b0ca..d6a3997 100644 --- a/llvm/lib/CodeGen/RegAllocEvictionAdvisor.h +++ b/llvm/lib/CodeGen/RegAllocEvictionAdvisor.h @@ -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 -- 2.7.4