diff options
Diffstat (limited to 'gcc/cfghooks.c')
-rw-r--r-- | gcc/cfghooks.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cfghooks.c b/gcc/cfghooks.c index db86232..ea558b4 100644 --- a/gcc/cfghooks.c +++ b/gcc/cfghooks.c @@ -153,7 +153,7 @@ verify_flow_info (void) err = 1; } /* FIXME: Graphite and SLJL and target code still tends to produce - edges with no probablity. */ + edges with no probability. */ if (profile_status_for_fn (cfun) >= PROFILE_GUESSED && !bb->count.initialized_p () && !flag_graphite && 0) { @@ -170,7 +170,7 @@ verify_flow_info (void) err = 1; } /* FIXME: Graphite and SLJL and target code still tends to produce - edges with no probablity. */ + edges with no probability. */ if (profile_status_for_fn (cfun) >= PROFILE_GUESSED && !e->probability.initialized_p () && !flag_graphite && 0) { |