[gcc(refs/users/meissner/heads/work043)] Fix spacing.

Michael Meissner meissner@gcc.gnu.org
Wed Mar 31 18:56:11 GMT 2021


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]);


More information about the Gcc-cvs mailing list