diff options
Diffstat (limited to 'gcc/params.def')
-rw-r--r-- | gcc/params.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/params.def b/gcc/params.def index ace89160c4f..2a1d3a3b12c 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -69,9 +69,9 @@ DEFPARAM(PARAM_MAX_DELAY_SLOT_LIVE_SEARCH, 333) /* This parameter limits the number of branch elements that the - scheduler will track anti-dependancies through without resetting + scheduler will track anti-dependencies through without resetting the tracking mechanism. Large functions with few calls or barriers - can generate lists containing many 1000's of dependancies. Generally + can generate lists containing many 1000's of dependencies. Generally the compiler either uses all available memory, or runs for far too long. */ DEFPARAM(PARAM_MAX_PENDING_LIST_LENGTH, "max-pending-list-length", |