diff options
author | Michael Meissner <meissner@redhat.com> | 2002-03-14 23:31:50 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 2002-03-14 23:31:50 +0000 |
commit | 03e9dbc91c347697d6eecbd5154a545b56349157 (patch) | |
tree | 3a30648951dcf2dfa89e7bdd5075907ab94779f9 /gcc/doc/invoke.texi | |
parent | 1224938570e27e78f1903333272707ed42d3bf54 (diff) | |
download | gcc-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.texi | 5 |
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 |