mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-16 00:33:10 +00:00
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25545 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f0f9c90204
commit
17d52f7234
@ -62,7 +62,7 @@ namespace {
|
||||
cl::init(noScheduling),
|
||||
cl::values(
|
||||
clEnumValN(noScheduling, "none",
|
||||
"No scheduling: breath first sequencing"),
|
||||
"No scheduling: breadth first sequencing"),
|
||||
clEnumValN(simpleScheduling, "simple",
|
||||
"Simple two pass scheduling: minimize critical path "
|
||||
"and maximize processor utilization"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user