mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 21:29:41 +00:00
typo (4th checkin for one fix)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118913 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
11f20edcf9
commit
f06202f8e8
@ -81,7 +81,7 @@ LimitFPPrecision("limit-float-precision",
|
||||
//
|
||||
// MaxParallelChains default is arbitrarily high to avoid affecting
|
||||
// optimization, but could be lowered to improve compile time. Any ld-ld-st-st
|
||||
// sequence over this should have been converted to llvm.memcpy by the fronend.
|
||||
// sequence over this should have been converted to llvm.memcpy by the frontend.
|
||||
static cl::opt<unsigned>
|
||||
MaxParallelChains("dag-chain-limit", cl::desc("Max parallel isel dag chains"),
|
||||
cl::init(64), cl::Hidden);
|
||||
|
Loading…
x
Reference in New Issue
Block a user