mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-12 18:33:22 +00:00
Replace -dag-chain-limit flag with constant. It has survived a release cycle without being touched, so no longer needs to pollute the hidden-help text.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127468 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1dc550b383
commit
778583ad28
@ -84,9 +84,7 @@ LimitFPPrecision("limit-float-precision",
|
||||
// %buffer = alloca [4096 x i8]
|
||||
// %data = load [4096 x i8]* %argPtr
|
||||
// store [4096 x i8] %data, [4096 x i8]* %buffer
|
||||
static cl::opt<unsigned>
|
||||
MaxParallelChains("dag-chain-limit", cl::desc("Max parallel isel dag chains"),
|
||||
cl::init(64), cl::Hidden);
|
||||
static const unsigned MaxParallelChains = 64;
|
||||
|
||||
static SDValue getCopyFromPartsVector(SelectionDAG &DAG, DebugLoc DL,
|
||||
const SDValue *Parts, unsigned NumParts,
|
||||
|
Loading…
x
Reference in New Issue
Block a user