diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5be3db52771..c5f8d356849 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-02-03 Markus Trippelsdorf + + * doc/invoke.texi: (fprofile-reorder-functions): Fix typo. + 2014-02-03 Andrey Belevantsev PR rtl-optimization/57662 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 268abf68065..5c396007a98 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -9100,7 +9100,7 @@ from profiling values of expressions for usage in optimizations. Enabled with @option{-fprofile-generate} and @option{-fprofile-use}. -@item -fprofile-reoder-functions +@item -fprofile-reorder-functions @opindex fprofile-reorder-functions Function reordering based on profile instrumentation collects first time of execution of a function and orders these functions