public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/meissner/heads/work043)] Fix spacing.
@ 2021-03-31 18:56 Michael Meissner
  0 siblings, 0 replies; only message in thread
From: Michael Meissner @ 2021-03-31 18:56 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:2de5cfda69ddd9797334d1169e0bea0a2e2002bb

commit 2de5cfda69ddd9797334d1169e0bea0a2e2002bb
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Wed Mar 31 14:55:55 2021 -0400

    Fix spacing.
    
    gcc/
    2021-03-31  Michael Meissner  <meissner@linux.ibm.com>
    
            * config/rs6000/altivec.md (xxspltiw_v8hi): Fix spacing.

Diff:
---
 gcc/config/rs6000/altivec.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/config/rs6000/altivec.md b/gcc/config/rs6000/altivec.md
index ed5c19afa52..b108b7a688a 100644
--- a/gcc/config/rs6000/altivec.md
+++ b/gcc/config/rs6000/altivec.md
@@ -820,8 +820,8 @@
 ;; Generate VSPLTIW, XXSPLITB, or XXSPLTIW to load up V4SI/V8HI/V4SF constants.
 (define_insn "*xxspltiw_v8hi"
   [(set (match_operand:V8HI 0 "vsx_register_operand" "=wa,wa,v,wa")
-       (vec_duplicate:V8HI
-        (match_operand 1 "short_cint_operand" "O,wM,wB,n")))]
+	(vec_duplicate:V8HI
+	 (match_operand 1 "short_cint_operand" "O,wM,wB,n")))]
  "TARGET_POWER10"
 {
   int value = INTVAL (operands[1]);


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-31 18:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-31 18:56 [gcc(refs/users/meissner/heads/work043)] Fix spacing Michael Meissner

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).