diff options
author | Martin Liska <mliska@suse.cz> | 2021-05-17 16:24:11 +0200 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2021-05-17 16:24:11 +0200 |
commit | f6a060800d3998c8a55eea65b02693cbbfee3e14 (patch) | |
tree | d1459b344b10fac92666d2dda12521f7d02fea45 /gcc | |
parent | 086882b1c8faa8f99f98a9219ccec42d89db50c2 (diff) | |
download | gcc-f6a060800d3998c8a55eea65b02693cbbfee3e14.zip gcc-f6a060800d3998c8a55eea65b02693cbbfee3e14.tar.gz gcc-f6a060800d3998c8a55eea65b02693cbbfee3e14.tar.bz2 |
Docs: add 2 missing dots.
gcc/ChangeLog:
* doc/invoke.texi: Add 2 missing dots.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/invoke.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 9cb8421..5e5fb16 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -13143,7 +13143,7 @@ function prologue and epilogue. @item uninlined-function-time Extra time accounted by inliner for function overhead such as time needed to -execute function prologue and epilogue +execute function prologue and epilogue. @item inline-heuristics-hint-percent The scale (in percents) applied to @option{inline-insns-single}, @@ -13154,7 +13154,7 @@ very profitable (will enable later optimizations). @item uninlined-thunk-insns @item uninlined-thunk-time Same as @option{--param uninlined-function-insns} and -@option{--param uninlined-function-time} but applied to function thunks +@option{--param uninlined-function-time} but applied to function thunks. @item inline-min-speedup When estimated performance improvement of caller + callee runtime exceeds this |