From f6a060800d3998c8a55eea65b02693cbbfee3e14 Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Mon, 17 May 2021 16:24:11 +0200 Subject: [PATCH] Docs: add 2 missing dots. gcc/ChangeLog: * doc/invoke.texi: Add 2 missing dots. --- gcc/doc/invoke.texi | 4 ++-- 1 file 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 -- 2.7.4