diff options
Diffstat (limited to 'gcc/cfgcleanup.c')
-rw-r--r-- | gcc/cfgcleanup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgcleanup.c b/gcc/cfgcleanup.c index 6c56a04..23d3601 100644 --- a/gcc/cfgcleanup.c +++ b/gcc/cfgcleanup.c @@ -62,7 +62,7 @@ along with GCC; see the file COPYING3. If not see /* Set to true when we are running first pass of try_optimize_cfg loop. */ static bool first_pass; -/* Set to true if crossjumps occured in the latest run of try_optimize_cfg. */ +/* Set to true if crossjumps occurred in the latest run of try_optimize_cfg. */ static bool crossjumps_occured; /* Set to true if we couldn't run an optimization due to stale liveness |