[Statepoint Lowering] Cleanup: remove unused option statepoint-always-spill-base.

This commit is contained in:
Serguei Katkov 2021-05-18 11:35:32 +07:00
parent dc2c6cf274
commit 57c660f374
1 changed files with 0 additions and 4 deletions

View File

@ -72,10 +72,6 @@ cl::opt<unsigned> MaxRegistersForGCPointers(
"max-registers-for-gc-values", cl::Hidden, cl::init(0),
cl::desc("Max number of VRegs allowed to pass GC pointer meta args in"));
cl::opt<bool> AlwaysSpillBase("statepoint-always-spill-base", cl::Hidden,
cl::init(true),
cl::desc("Force spilling of base GC pointers"));
typedef FunctionLoweringInfo::StatepointRelocationRecord RecordType;
static void pushStackMapConstant(SmallVectorImpl<SDValue>& Ops,