mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-25 05:25:53 +00:00
typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219221 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
87ce2e39df
commit
ebc756d0d7
@ -38,9 +38,9 @@ using namespace llvm;
|
||||
|
||||
STATISTIC(LoadsClustered, "Number of loads clustered together");
|
||||
|
||||
// This allows latency based scheduler to notice high latency instructions
|
||||
// This allows the latency-based scheduler to notice high latency instructions
|
||||
// without a target itinerary. The choice of number here has more to do with
|
||||
// balancing scheduler heursitics than with the actual machine latency.
|
||||
// balancing scheduler heuristics than with the actual machine latency.
|
||||
static cl::opt<int> HighLatencyCycles(
|
||||
"sched-high-latency-cycles", cl::Hidden, cl::init(10),
|
||||
cl::desc("Roughly estimate the number of cycles that 'long latency'"
|
||||
|
Loading…
Reference in New Issue
Block a user