mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-01 07:11:45 +00:00
typo (4th checkin for one fix)
llvm-svn: 118913
This commit is contained in:
parent
a2f5bd63ff
commit
68d533cca4
@ -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