From patchwork Tue Jan 15 21:31:51 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan-Benedict Glaw X-Patchwork-Id: 212310 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 D6CD42C008F for ; Wed, 16 Jan 2013 08:32: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=1358890328; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Date: From:To:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition:User-Agent:Mailing-List:Precedence:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=oKX2yZQOaUIb/asyn2/SoZ8LCz4=; b=ZniiZp/fAJ0V/nw a3QvanewETq718GyoDJFZwLwySHIQNouWowblZilnTBKYSEHOUhw/BW3Tb9SZNyW E8qRTw8WOgF/QMiWJHK//KXUNVg9y2TB0BKLK6NV0cYkHKXP70Rnv9/9T9r5ZmTW a/nnG1+Po1t/TRhNdEgdESN5iQaU= 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:MIME-Version:Content-Type:Content-Disposition:X-gpg-fingerprint:X-gpg-key:X-Echelon-Enable:X-TKUeV:User-Agent:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=uQmq4aYVC4kxJtiNEtWHicuCw7h6OZiSP+r/xfA7kHeUI8GQ6tyZQHJ9qGlqjH dbsbUAxa6lIcewZPnVz/189u67Owi9gwrdTTP2hvb3aqEIwlI1qAaIQ/RgWQNK7A XP6ykq45BkbCK49JFGq2lkE1q+AevW1uGKGSzCbwK+jaU=; Received: (qmail 15904 invoked by alias); 15 Jan 2013 21:32:00 -0000 Received: (qmail 15896 invoked by uid 22791); 15 Jan 2013 21:31:59 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL, BAYES_05, KHOP_PGP_SIGNED, MEDICAL_SUBJECT, RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from lug-owl.de (HELO lug-owl.de) (195.71.106.12) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 15 Jan 2013 21:31:53 +0000 Received: by lug-owl.de (Postfix, from userid 1001) id CC2DCF011C; Tue, 15 Jan 2013 22:31:51 +0100 (CET) Date: Tue, 15 Jan 2013 22:31:51 +0100 From: Jan-Benedict Glaw To: gcc-patches@gcc.gnu.org Subject: [PATCH] Fix indention in vax.md Message-ID: <20130115213151.GD2849@lug-owl.de> MIME-Version: 1.0 Content-Disposition: inline X-gpg-fingerprint: 250D 3BCF 7127 0D8C A444 A961 1DBD 5E75 8399 E1BB X-gpg-key: wwwkeys.de.pgp.net X-Echelon-Enable: howto poison arsenous mail psychological biological nuclear warfare test the bombastical terror of flooding the spy listeners explosion sex drugs and rock'n'roll X-TKUeV: howto poison arsenous mail psychological biological nuclear warfare test the bombastical terror of flooding the spy listeners explosion sex drugs and rock'n'roll User-Agent: Mutt/1.5.20 (2009-06-14) 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! While searching for a VAX-related ICE, I saw that some indention could be fixed a bit. Committed as obvious. 2013-01-15 Jan-Benedict Glaw * config/vax/vax.md (add3, sub3, mul3, div3, and3, *and_const_int, ior3, xor3, ashrsi3, *call): Fix indention. MfG, JBG diff --git a/gcc/config/vax/vax.md b/gcc/config/vax/vax.md index f0a5c8b..eadde18 100644 --- a/gcc/config/vax/vax.md +++ b/gcc/config/vax/vax.md @@ -369,7 +369,7 @@ (define_insn "add3" [(set (match_operand:VAXint 0 "nonimmediate_operand" "=g") (plus:VAXint (match_operand:VAXint 1 "general_operand" "nrmT") - (match_operand:VAXint 2 "general_operand" "nrmT")))] + (match_operand:VAXint 2 "general_operand" "nrmT")))] "" "* return vax_output_int_add (insn, operands, mode);") @@ -409,7 +409,7 @@ (define_insn "sub3" [(set (match_operand:VAXint 0 "nonimmediate_operand" "=g,g") (minus:VAXint (match_operand:VAXint 1 "general_operand" "0,nrmT") - (match_operand:VAXint 2 "general_operand" "nrmT,nrmT")))] + (match_operand:VAXint 2 "general_operand" "nrmT,nrmT")))] "" "@ sub2 %2,%0 @@ -452,7 +452,7 @@ (define_insn "mul3" [(set (match_operand:VAXint 0 "nonimmediate_operand" "=g,g,g") (mult:VAXint (match_operand:VAXint 1 "general_operand" "0,nrmT,nrmT") - (match_operand:VAXint 2 "general_operand" "nrmT,0,nrmT")))] + (match_operand:VAXint 2 "general_operand" "nrmT,0,nrmT")))] "" "@ mul2 %2,%0 @@ -511,7 +511,7 @@ (define_insn "div3" [(set (match_operand:VAXint 0 "nonimmediate_operand" "=g,g") (div:VAXint (match_operand:VAXint 1 "general_operand" "0,nrmT") - (match_operand:VAXint 2 "general_operand" "nrmT,nrmT")))] + (match_operand:VAXint 2 "general_operand" "nrmT,nrmT")))] "" "@ div2 %2,%0 @@ -533,7 +533,7 @@ (define_expand "and3" [(set (match_operand:VAXint 0 "nonimmediate_operand" "") (and:VAXint (not:VAXint (match_operand:VAXint 1 "general_operand" "")) - (match_operand:VAXint 2 "general_operand" "")))] + (match_operand:VAXint 2 "general_operand" "")))] "" " { @@ -570,7 +570,7 @@ (define_insn "*and_const_int" [(set (match_operand:VAXint 0 "nonimmediate_operand" "=g,g") (and:VAXint (match_operand:VAXint 1 "general_operand" "0,nrmT") - (match_operand:VAXint 2 "const_int_operand" "n,n")))] + (match_operand:VAXint 2 "const_int_operand" "n,n")))] "" "@ bic2 %2,%0 @@ -582,7 +582,7 @@ (define_insn "ior3" [(set (match_operand:VAXint 0 "nonimmediate_operand" "=g,g,g") (ior:VAXint (match_operand:VAXint 1 "general_operand" "0,nrmT,nrmT") - (match_operand:VAXint 2 "general_operand" "nrmT,0,nrmT")))] + (match_operand:VAXint 2 "general_operand" "nrmT,0,nrmT")))] "" "@ bis2 %2,%0 @@ -594,7 +594,7 @@ (define_insn "xor3" [(set (match_operand:VAXint 0 "nonimmediate_operand" "=g,g,g") (xor:VAXint (match_operand:VAXint 1 "general_operand" "0,nrmT,nrmT") - (match_operand:VAXint 2 "general_operand" "nrmT,0,nrmT")))] + (match_operand:VAXint 2 "general_operand" "nrmT,0,nrmT")))] "" "@ xor2 %2,%0 @@ -629,7 +629,7 @@ (define_expand "ashrsi3" [(set (match_operand:SI 0 "general_operand" "=g") (ashiftrt:SI (match_operand:SI 1 "general_operand" "g") - (match_operand:QI 2 "general_operand" "g")))] + (match_operand:QI 2 "general_operand" "g")))] "" " { @@ -1361,7 +1361,7 @@ (define_insn "*call" [(call (match_operand:QI 0 "memory_operand" "m") - (match_operand:SI 1 "const_int_operand" ""))] + (match_operand:SI 1 "const_int_operand" ""))] "" "calls $0,%0")