From patchwork Tue Apr 30 16:56:03 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Greta Yorsh X-Patchwork-Id: 240668 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]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "localhost", Issuer "www.qmailtoaster.com" (not verified)) by ozlabs.org (Postfix) with ESMTPS id A31552C009F for ; Wed, 1 May 2013 02:56:17 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:subject:date:message-id:mime-version:content-type; q=dns; s= default; b=LPhnJOpu8xSYDQ+HTvahTItiNcmVQW0aGD4rYjHxHKQU42SqGgRbU fioEV7BImISsEuIa6WNTlatjymjGz+MvnLdOqW90boUfQ0EkWZ4+5UBnnOdhTBQJ bH4QzpNswUAO8B0N2n5s8oB8vVEh66OFM51Fi3MvQWv/LOFZVKDJr4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:subject:date:message-id:mime-version:content-type; s= default; bh=kdfcDSlMXHW1QpPc1IBnSmuB7XQ=; b=wi26Bt3A6ZG0g91OZjCP cs8A6+gpdlpETaxROwMyxL6R0QXrk7x9IjUR/niwem275LYFq9qhEBQTiL6RE1ha +qbSux20dhbFY4PRUR/iW1MEpnNizggNnpdeJ3qphVOFXdCo3mw0glmXE060afxY Z2gJKFPzdenDG4GSVwBcdFA= Received: (qmail 19987 invoked by alias); 30 Apr 2013 16:56:11 -0000 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 Received: (qmail 19978 invoked by uid 89); 30 Apr 2013 16:56:11 -0000 X-Spam-SWARE-Status: No, score=-0.0 required=5.0 tests=AWL, BAYES_50, MEDICAL_SUBJECT, MSGID_MULTIPLE_AT, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_W, RCVD_IN_HOSTKARMA_WL, SPF_PASS autolearn=no version=3.3.1 Received: from service87.mimecast.com (HELO service87.mimecast.com) (91.220.42.44) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 30 Apr 2013 16:56:10 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Tue, 30 Apr 2013 17:56:08 +0100 Received: from e103227vm ([10.1.255.212]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.0); Tue, 30 Apr 2013 17:56:06 +0100 From: "Greta Yorsh" To: "GCC Patches" Subject: [Patch,ARM,Committed] Remove trailing whitespaces in thumb2.md Date: Tue, 30 Apr 2013 17:56:03 +0100 Message-ID: <000401ce45c3$9978c090$cc6a41b0$@yorsh@arm.com> MIME-Version: 1.0 X-MC-Unique: 113043017560802701 X-Virus-Found: No Remove trailing whitespaces in thumb2.md. Committed as obvious (trunk r198464). Thanks, Greta 2013-04-30 Greta Yorsh * config/arm/thumb2.md: Remove trailing whitespaces. diff --git a/gcc/config/arm/thumb2.md b/gcc/config/arm/thumb2.md index 697350c..3aa7247 100644 --- a/gcc/config/arm/thumb2.md +++ b/gcc/config/arm/thumb2.md @@ -50,7 +50,7 @@ (set_attr "length" "6,10")] ) -;; Thumb-2 only allows shift by constant on data processing instructions +;; Thumb-2 only allows shift by constant on data processing instructions (define_insn "*thumb_andsi_not_shiftsi_si" [(set (match_operand:SI 0 "s_register_operand" "=r") (and:SI (not:SI (match_operator:SI 4 "shift_operator" @@ -330,7 +330,7 @@ [(set_attr "conds" "clob")] ) ;; Don't define thumb2_load_indirect_jump because we can't guarantee label -;; addresses will have the thumb bit set correctly. +;; addresses will have the thumb bit set correctly. (define_insn "*thumb2_and_scc" @@ -401,7 +401,7 @@ (define_insn "*thumb2_cond_arith" [(set (match_operand:SI 0 "s_register_operand" "=r,r") - (match_operator:SI 5 "shiftable_operator" + (match_operator:SI 5 "shiftable_operator" [(match_operator:SI 4 "arm_comparison_operator" [(match_operand:SI 2 "s_register_operand" "r,r") (match_operand:SI 3 "arm_rhs_operand" "rI,rI")]) @@ -864,7 +864,7 @@ else return \"cmp\\t%0, #0\;beq\\t%l1\"; " - [(set (attr "length") + [(set (attr "length") (if_then_else (and (ge (minus (match_dup 1) (pc)) (const_int 2)) (le (minus (match_dup 1) (pc)) (const_int 128)) @@ -887,7 +887,7 @@ else return \"cmp\\t%0, #0\;bne\\t%l1\"; " - [(set (attr "length") + [(set (attr "length") (if_then_else (and (ge (minus (match_dup 1) (pc)) (const_int 2)) (le (minus (match_dup 1) (pc)) (const_int 128))