mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219220 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0575fb9479
commit
87ce2e39df
@ -39,7 +39,7 @@ using namespace llvm;
|
||||
STATISTIC(LoadsClustered, "Number of loads clustered together");
|
||||
|
||||
// This allows latency based scheduler to notice high latency instructions
|
||||
// without a target itinerary. The choise if number here has more to do with
|
||||
// without a target itinerary. The choice of number here has more to do with
|
||||
// balancing scheduler heursitics than with the actual machine latency.
|
||||
static cl::opt<int> HighLatencyCycles(
|
||||
"sched-high-latency-cycles", cl::Hidden, cl::init(10),
|
||||
|
Loading…
x
Reference in New Issue
Block a user