diff options
author | Serguei Katkov <serguei.katkov@azul.com> | 2021-05-18 11:35:32 +0700 |
---|---|---|
committer | Serguei Katkov <serguei.katkov@azul.com> | 2021-05-18 12:15:15 +0700 |
commit | 57c660f3742f2044f0dd555469f87b7b349dba0d (patch) | |
tree | 0eb4545901582de18755d2e6ec2983a56ca10500 /llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp | |
parent | dc2c6cf2749fb1655839704a184067d1c6b48ee5 (diff) | |
download | llvm-57c660f3742f2044f0dd555469f87b7b349dba0d.zip llvm-57c660f3742f2044f0dd555469f87b7b349dba0d.tar.gz llvm-57c660f3742f2044f0dd555469f87b7b349dba0d.tar.bz2 |
[Statepoint Lowering] Cleanup: remove unused option statepoint-always-spill-base.
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp index b6e7deb..a903c24 100644 --- a/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp @@ -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, |