From: Pan Li Date: Mon, 11 Nov 2024 07:39:40 +0000 (+0800) Subject: RISC-V: Fix one nit indent issue of ustrunc pattern [NFC] X-Git-Tag: basepoints/gcc-16~4474 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2a4ce8d0c2fd253bbf018f254156bb1fb3ffc47d;p=thirdparty%2Fgcc.git RISC-V: Fix one nit indent issue of ustrunc pattern [NFC] 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 --- diff --git a/gcc/config/riscv/autovec.md b/gcc/config/riscv/autovec.md index 1f1849d52372..b5fbe98b5fc5 100644 --- a/gcc/config/riscv/autovec.md +++ b/gcc/config/riscv/autovec.md @@ -2769,7 +2769,7 @@ (define_expand "ustrunc2" [(match_operand: 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,