diff options
author | Pan Li <pan2.li@intel.com> | 2024-11-11 15:39:40 +0800 |
---|---|---|
committer | Pan Li <pan2.li@intel.com> | 2024-11-11 18:56:36 +0800 |
commit | 2a4ce8d0c2fd253bbf018f254156bb1fb3ffc47d (patch) | |
tree | 0ec7916729c52279d693ab83529d583dcfba6ee6 /gcc | |
parent | 42a2df0b7985b2a4732ba1c29726ac7aabd5eeae (diff) | |
download | gcc-2a4ce8d0c2fd253bbf018f254156bb1fb3ffc47d.zip gcc-2a4ce8d0c2fd253bbf018f254156bb1fb3ffc47d.tar.gz gcc-2a4ce8d0c2fd253bbf018f254156bb1fb3ffc47d.tar.bz2 |
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 <pan2.li@intel.com>
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/riscv/autovec.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/riscv/autovec.md b/gcc/config/riscv/autovec.md index 1f1849d..b5fbe98 100644 --- a/gcc/config/riscv/autovec.md +++ b/gcc/config/riscv/autovec.md @@ -2769,7 +2769,7 @@ (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, |