]> git.ipfire.org Git - thirdparty/gcc.git/commit
RISC-V: Fix some code style issue(s) in riscv-c.cc [NFC]
authorPan Li <pan2.li@intel.com>
Tue, 12 Mar 2024 07:01:57 +0000 (15:01 +0800)
committerPan Li <pan2.li@intel.com>
Tue, 12 Mar 2024 07:28:47 +0000 (15:28 +0800)
commitcdf0c6604d03afd7f544dd8bd5d43d9ded059ada
tree78b56eb7954ca686ba10e74b6dc5d309a4e40327
parentc0c57246d5b47459bdb488734bc2c004a92668b5
RISC-V: Fix some code style issue(s) in riscv-c.cc [NFC]

Notice some code style issue(s) when add __riscv_v_fixed_vlen, includes:

* Meanless empty line.
* Line greater than 80 chars.
* Indent with 3 space(s).
* Argument unalignment.

gcc/ChangeLog:

* config/riscv/riscv-c.cc (riscv_ext_version_value): Fix
code style greater than 80 chars.
(riscv_cpu_cpp_builtins): Fix useless empty line, indent
with 3 space(s) and argument unalignment.

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