This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Update --param case-values-threshold


Hi,

I checked in this patch to fix a typo.

-- 
H.J.
---
Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.44
diff -u -p -r1.44 changes.html
--- changes.html	4 Oct 2011 09:27:31 -0000	1.44
+++ changes.html	4 Oct 2011 14:33:01 -0000
@@ -54,7 +54,7 @@
 <h2>General Optimizer Improvements</h2>

   <ul>
-    <li>Support for a new parameter <code>--param case-value-threshold=n</code>
+    <li>Support for a new parameter <code>--param
case-values-threshold=n</code>
     was added to allow users to control the cutoff between doing
switch statements
     as a series of if statements and using a jump table.
     </li>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]