aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/invoke.texi
diff options
context:
space:
mode:
authorMichael Meissner <meissner@redhat.com>2002-03-14 23:31:50 +0000
committerMichael Meissner <meissner@gcc.gnu.org>2002-03-14 23:31:50 +0000
commit03e9dbc91c347697d6eecbd5154a545b56349157 (patch)
tree3a30648951dcf2dfa89e7bdd5075907ab94779f9 /gcc/doc/invoke.texi
parent1224938570e27e78f1903333272707ed42d3bf54 (diff)
downloadgcc-03e9dbc91c347697d6eecbd5154a545b56349157.zip
gcc-03e9dbc91c347697d6eecbd5154a545b56349157.tar.gz
gcc-03e9dbc91c347697d6eecbd5154a545b56349157.tar.bz2
Add --param max-unrolled-insns=<n> support
From-SVN: r50787
Diffstat (limited to 'gcc/doc/invoke.texi')
-rw-r--r--gcc/doc/invoke.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index c1689c0..abb9638 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -3851,6 +3851,11 @@ If an function contains more than this many instructions, it
will not be inlined. This option is precisely equivalent to
@option{-finline-limit}.
+@item max-unrolled-insns
+The maximum number of instructions that a loop should have if that loop
+is unrolled, and if the loop is unrolled, it determines how many times
+the loop code is unrolled.
+
@end table
@end table