Typo.
llvm-svn: 25545
This commit is contained in:
parent
31272347d4
commit
b8566fa10a
@ -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