[llvm] 5b55b7f - [CodeGen] Remove unused member variable NextCascade (NFC)

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 10 18:57:45 PDT 2022


Author: Kazu Hirata
Date: 2022-07-10T18:57:40-07:00
New Revision: 5b55b7f6d24b4712cedf09cf40d31ff319131301

URL: https://github.com/llvm/llvm-project/commit/5b55b7f6d24b4712cedf09cf40d31ff319131301
DIFF: https://github.com/llvm/llvm-project/commit/5b55b7f6d24b4712cedf09cf40d31ff319131301.diff

LOG: [CodeGen] Remove unused member variable NextCascade (NFC)

Added: 
    

Modified: 
    llvm/lib/CodeGen/RegAllocEvictionAdvisor.h

Removed: 
    


################################################################################
diff  --git a/llvm/lib/CodeGen/RegAllocEvictionAdvisor.h b/llvm/lib/CodeGen/RegAllocEvictionAdvisor.h
index d57b0ca6d53d..d6a3997e4b70 100644
--- a/llvm/lib/CodeGen/RegAllocEvictionAdvisor.h
+++ b/llvm/lib/CodeGen/RegAllocEvictionAdvisor.h
@@ -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


        


More information about the llvm-commits mailing list