From 3aa439ed17d7339192493926fd7e2562dd2bdf32 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Tue, 5 Jul 2011 17:45:38 +0000 Subject: Add --param case-values-threshold From-SVN: r175878 --- gcc/doc/invoke.texi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gcc/doc') diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 1fc4038..c5e369a 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -9026,6 +9026,11 @@ The maximum number of conditional stores paires that can be sunk. Set to 0 if either vectorization (@option{-ftree-vectorize}) or if-conversion (@option{-ftree-loop-if-convert}) is disabled. The default is 2. +@item case-values-threshold +The smallest number of different values for which it is best to use a +jump-table instead of a tree of conditional branches. If the value is +0, use the default for the machine. The default is 0. + @end table @end table -- cgit v1.1