public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jan-Benedict Glaw <jbglaw@lug-owl.de>
To: gcc-patches@gcc.gnu.org
Subject: [PATCH] Fix indention in vax.md
Date: Tue, 15 Jan 2013 21:32:00 -0000	[thread overview]
Message-ID: <20130115213151.GD2849@lug-owl.de> (raw)

[-- Attachment #1: Type: text/plain, Size: 4088 bytes --]

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  <jbglaw@lug-owl.de>

	* config/vax/vax.md (add<mode>3, sub<mode>3, mul<mode>3, div<mode>3,
	and<mode>3, *and<mode>_const_int, ior<mode>3, xor<mode>3, ashrsi3,
	*call): Fix indention.


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 "add<mode>3"
   [(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>mode);")
 
@@ -409,7 +409,7 @@
 (define_insn "sub<mode>3"
   [(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")))]
   ""
   "@
    sub<VAXint:isfx>2 %2,%0
@@ -452,7 +452,7 @@
 (define_insn "mul<mode>3"
   [(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")))]
   ""
   "@
    mul<VAXint:isfx>2 %2,%0
@@ -511,7 +511,7 @@
 (define_insn "div<mode>3"
   [(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")))]
   ""
   "@
    div<VAXint:isfx>2 %2,%0
@@ -533,7 +533,7 @@
 (define_expand "and<mode>3"
   [(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<mode>_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")))]
   ""
   "@
    bic<VAXint:isfx>2 %<VAXint:iprefx>2,%0
@@ -582,7 +582,7 @@
 (define_insn "ior<mode>3"
   [(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")))]
   ""
   "@
    bis<VAXint:isfx>2 %2,%0
@@ -594,7 +594,7 @@
 (define_insn "xor<mode>3"
   [(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")))]
   ""
   "@
    xor<VAXint:isfx>2 %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")
 

MfG, JBG

-- 
      Jan-Benedict Glaw      jbglaw@lug-owl.de              +49-172-7608481
 Signature of:                    Don't believe in miracles: Rely on them!
 the second  :

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

                 reply	other threads:[~2013-01-15 21:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130115213151.GD2849@lug-owl.de \
    --to=jbglaw@lug-owl.de \
    --cc=gcc-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).