]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Minor tweak to description of fdelete-dead-exceptions
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 2 Apr 2021 08:44:49 +0000 (10:44 +0200)
committerEric Botcazou <ebotcazou@adacore.com>
Fri, 2 Apr 2021 08:47:07 +0000 (10:47 +0200)
gcc/
* doc/invoke.texi (fdelete-dead-exceptions): Minor tweak.

gcc/doc/invoke.texi

index 7f1231303bfc32ce7e366bded88fff1c34ee2796..f4f2fb63952436a6463893bc7d50e13c2a5b113c 100644 (file)
@@ -16172,7 +16172,7 @@ arbitrary signal handlers such as @code{SIGALRM}.
 @opindex fdelete-dead-exceptions
 Consider that instructions that may throw exceptions but don't otherwise
 contribute to the execution of the program can be optimized away.
-This option is enabled by default for the Ada front end, as permitted by
+This option is enabled by default for the Ada compiler, as permitted by
 the Ada language specification.
 Optimization passes that cause dead exceptions to be removed are enabled independently at different optimization levels.