Commit a89abae
RISC-V: Fix format issue for trailing operator [NFC]
This patch would like to fix below format issue of trailing operator.
=== ERROR type #1: trailing operator (4 error(s)) ===
gcc/config/riscv/riscv-vector-builtins.cc:4641:39: if ((exts &
RVV_REQUIRE_ELEN_FP_16) &&
gcc/config/riscv/riscv-vector-builtins.cc:4651:39: if ((exts &
RVV_REQUIRE_ELEN_FP_32) &&
gcc/config/riscv/riscv-vector-builtins.cc:4661:39: if ((exts &
RVV_REQUIRE_ELEN_FP_64) &&
gcc/config/riscv/riscv-vector-builtins.cc:4670:36: if ((exts &
RVV_REQUIRE_ELEN_64) &&
Passed the ./contrib/check_GNU_style.sh for this patch, and double
checked there is no other format issue of the original patch.
Committed as format change.
gcc/ChangeLog:
* config/riscv/riscv-vector-builtins.cc
(validate_instance_type_required_extensions): Remove the
operator from the trailing and put it to new line.
Signed-off-by: Pan Li <[email protected]>1 parent 4bf8a5c commit a89abae
1 file changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4638 | 4638 | | |
4639 | 4639 | | |
4640 | 4640 | | |
4641 | | - | |
4642 | | - | |
| 4641 | + | |
| 4642 | + | |
4643 | 4643 | | |
4644 | 4644 | | |
4645 | 4645 | | |
| |||
4648 | 4648 | | |
4649 | 4649 | | |
4650 | 4650 | | |
4651 | | - | |
4652 | | - | |
| 4651 | + | |
| 4652 | + | |
4653 | 4653 | | |
4654 | 4654 | | |
4655 | 4655 | | |
| |||
4658 | 4658 | | |
4659 | 4659 | | |
4660 | 4660 | | |
4661 | | - | |
4662 | | - | |
| 4661 | + | |
| 4662 | + | |
4663 | 4663 | | |
4664 | 4664 | | |
4665 | 4665 | | |
4666 | 4666 | | |
4667 | 4667 | | |
4668 | 4668 | | |
4669 | 4669 | | |
4670 | | - | |
4671 | | - | |
| 4670 | + | |
| 4671 | + | |
4672 | 4672 | | |
4673 | 4673 | | |
4674 | 4674 | | |
| |||
0 commit comments