public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-1416] i386: Fix misleading identation in i386-expand.cc [PR110041]
@ 2023-05-30 18:50 Uros Bizjak
  0 siblings, 0 replies; only message in thread
From: Uros Bizjak @ 2023-05-30 18:50 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:2720bbd597f56742a17119dfe80edc2ba86af255

commit r14-1416-g2720bbd597f56742a17119dfe80edc2ba86af255
Author: Uros Bizjak <ubizjak@gmail.com>
Date:   Tue May 30 20:38:20 2023 +0200

    i386: Fix misleading identation in i386-expand.cc [PR110041]
    
    gcc/ChangeLog:
    
            PR target/110041
            * config/i386/i386-expand.cc (ix86_expand_vecop_qihi2):
            Fix misleading identation.

Diff:
---
 gcc/config/i386/i386-expand.cc | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/gcc/config/i386/i386-expand.cc b/gcc/config/i386/i386-expand.cc
index 5d21810669a..70c6971ac03 100644
--- a/gcc/config/i386/i386-expand.cc
+++ b/gcc/config/i386/i386-expand.cc
@@ -23391,18 +23391,18 @@ ix86_expand_vecop_qihi2 (enum rtx_code code, rtx dest, rtx op1, rtx op2)
   else
     hop2 = qop2;
 
-    if (code != MULT && op2vec)
-      {
-	/* Expand vashr/vlshr/vashl.  */
-	hdest = gen_reg_rtx (himode);
-	emit_insn (gen_rtx_SET (hdest,
-				simplify_gen_binary (code, himode,
-						     hop1, hop2)));
-      }
-    else
-      /* Expand mult/ashr/lshr/ashl.  */
-      hdest = expand_simple_binop (himode, code, hop1, hop2,
-				   NULL_RTX, 1, OPTAB_DIRECT);
+  if (code != MULT && op2vec)
+    {
+      /* Expand vashr/vlshr/vashl.  */
+      hdest = gen_reg_rtx (himode);
+      emit_insn (gen_rtx_SET (hdest,
+			      simplify_gen_binary (code, himode,
+						   hop1, hop2)));
+    }
+  else
+    /* Expand mult/ashr/lshr/ashl.  */
+    hdest = expand_simple_binop (himode, code, hop1, hop2,
+				 NULL_RTX, 1, OPTAB_DIRECT);
 
   if (gen_truncate)
     emit_insn (gen_truncate (dest, hdest));

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

only message in thread, other threads:[~2023-05-30 18:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-30 18:50 [gcc r14-1416] i386: Fix misleading identation in i386-expand.cc [PR110041] Uros Bizjak

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