]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
RISC-V: Fix one nit indent issue of ustrunc pattern [NFC]
authorPan Li <pan2.li@intel.com>
Mon, 11 Nov 2024 07:39:40 +0000 (15:39 +0800)
committerPan Li <pan2.li@intel.com>
Mon, 11 Nov 2024 10:56:36 +0000 (18:56 +0800)
Just notice the indent is not that right for ustrunc pattern from
the md files.  Thus, make it correct.  It is somehow very obvious
and will commit it after next 48H if no more comments.

gcc/ChangeLog:

* config/riscv/autovec.md: Fix indent format issue.

Signed-off-by: Pan Li <pan2.li@intel.com>
gcc/config/riscv/autovec.md

index 1f1849d5237296503cff59c696fcfef2b453cf73..b5fbe98b5fc5ea8b9c2a11e7fd0870b03563e202 100644 (file)
 
 (define_expand "ustrunc<mode><v_oct_trunc>2"
   [(match_operand:<V_OCT_TRUNC> 0 "register_operand")
-   (match_operand:VOEXTI         1 "register_operand")]
+   (match_operand:VOEXTI        1 "register_operand")]
   "TARGET_VECTOR"
   {
     riscv_vector::expand_vec_oct_ustrunc (operands[0], operands[1], <MODE>mode,