From patchwork Tue Oct 4 14:35:25 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "H.J. Lu" X-Patchwork-Id: 117628 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id DAA4EB6F7C for ; Wed, 5 Oct 2011 01:35:45 +1100 (EST) Received: (qmail 11570 invoked by alias); 4 Oct 2011 14:35:43 -0000 Received: (qmail 11466 invoked by uid 22791); 4 Oct 2011 14:35:42 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-qy0-f175.google.com (HELO mail-qy0-f175.google.com) (209.85.216.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 04 Oct 2011 14:35:26 +0000 Received: by qyk10 with SMTP id 10so2978620qyk.20 for ; Tue, 04 Oct 2011 07:35:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.204.93 with SMTP id fl29mr1015837qcb.159.1317738925912; Tue, 04 Oct 2011 07:35:25 -0700 (PDT) Received: by 10.229.46.78 with HTTP; Tue, 4 Oct 2011 07:35:25 -0700 (PDT) Date: Tue, 4 Oct 2011 07:35:25 -0700 Message-ID: Subject: PATCH: Update --param case-values-threshold From: "H.J. Lu" To: GCC Patches X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Hi, I checked in this patch to fix a typo. 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 @@

General Optimizer Improvements

    -
  • Support for a new parameter --param case-value-threshold=n +
  • Support for a new parameter --param case-values-threshold=n was added to allow users to control the cutoff between doing switch statements