diff options
Diffstat (limited to 'gcc/doc/invoke.texi')
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index d397d607f1c..1fc40389f0a 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -5559,6 +5559,8 @@ Enable showing the unique ID (@code{DECL_UID}) for each variable. Enable showing the tree dump for each statement. @item eh Enable showing the EH region number holding each statement. +@item scev +Enable showing scalar evolution analysis details. @item all Turn on all options, except @option{raw}, @option{slim}, @option{verbose} and @option{lineno}. |