* doc/invoke.texi: Correct documentation of -freorder-functions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94689
138bc75d-0d04-0410-961f-
82ee72b054a4
+2005-02-07 Joseph S. Myers <joseph@codesourcery.com>
+
+ PR other/17135
+ * doc/invoke.texi: Correct documentation of -freorder-functions.
+
2005-02-06 Joseph S. Myers <joseph@codesourcery.com>
PR other/14402
@item -freorder-functions
@opindex freorder-functions
-Reorder basic blocks in the compiled function in order to reduce number of
-taken branches and improve code locality. This is implemented by using special
+Reorder functions in the object file in order to
+improve code locality. This is implemented by using special
subsections @code{.text.hot} for most frequently executed functions and
@code{.text.unlikely} for unlikely executed functions. Reordering is done by
the linker so object file format must support named sections and linker must