From patchwork Tue Feb 26 10:48:54 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Biener X-Patchwork-Id: 223196 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 F33D32C02ED for ; Tue, 26 Feb 2013 21:49:07 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1362480548; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Date: From:To:Subject:Message-ID:User-Agent:MIME-Version:Content-Type: Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:Sender:Delivered-To; bh=OWDkYto0QQNRgmqsFjY6 ZoyG5Zs=; b=pCOLhRPLJdGpmAjmjqapReV6KluQDOfEBpGlNWNyyXyNWwJw0g/g /dfcWz0EyfTbILZjdjw5Y5KFrqcjgbd5zJuPdQ1maMEDkSS/7U8NlhQFRf+MhZI7 ml0zbjOEmfcLFxVvwSnJErjtxwoWNCs754yosDWONEp6qzk++PihhYE= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Date:From:To:Subject:Message-ID:User-Agent:MIME-Version:Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=g+76/3xUI9a9ExiJ/+J8x61/9YuLMyFZGDk9lRklecizhaj1BKSDf9m2pCez/b D4GhHeVr99AJYlvN6ULYa6cwnijj6Pc32ZhHJM3A4uanesMhNMfCoFLqq8PUA5V5 vEie1lXc2KRD1d/sLr8dXo7lWBXfpPM5Dh6nRxRrAQt5k=; Received: (qmail 10946 invoked by alias); 26 Feb 2013 10:49:03 -0000 Received: (qmail 10930 invoked by uid 22791); 26 Feb 2013 10:49:01 -0000 X-SWARE-Spam-Status: No, hits=-5.8 required=5.0 tests=AWL, BAYES_00, KHOP_RCVD_UNTRUST, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from cantor2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 26 Feb 2013 10:48:55 +0000 Received: from relay1.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 8504EA51F7 for ; Tue, 26 Feb 2013 11:48:54 +0100 (CET) Date: Tue, 26 Feb 2013 11:48:54 +0100 (CET) From: Richard Biener To: gcc-patches@gcc.gnu.org Subject: [PATCH] Fix PR56444 Message-ID: User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 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 Committed as obvious. Richard. 2013-02-26 Richard Biener PR target/56444 * config/mn10300/mn10300.c (mn10300_scan_for_setlb_lcc): Remove unused variable loops. Index: gcc/config/mn10300/mn10300.c =================================================================== --- gcc/config/mn10300/mn10300.c (revision 196279) +++ gcc/config/mn10300/mn10300.c (working copy) @@ -3225,7 +3225,6 @@ mn10300_loop_contains_call_insn (loop_p static void mn10300_scan_for_setlb_lcc (void) { - struct loops loops; loop_iterator liter; loop_p loop;