projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4655400
)
[CodeGen] Remove unused member variable NextCascade (NFC)
author
Kazu Hirata
<kazu@google.com>
Mon, 11 Jul 2022 01:57:40 +0000
(18:57 -0700)
committer
Kazu Hirata
<kazu@google.com>
Mon, 11 Jul 2022 01:57:40 +0000
(18:57 -0700)
llvm/lib/CodeGen/RegAllocEvictionAdvisor.h
patch
|
blob
|
history
diff --git
a/llvm/lib/CodeGen/RegAllocEvictionAdvisor.h
b/llvm/lib/CodeGen/RegAllocEvictionAdvisor.h
index
d57b0ca
..
d6a3997
100644
(file)
--- 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