]> git.ipfire.org Git - thirdparty/gcc.git/commit
RISC-V: Fix indentation of "length" attribute for branches and jumps
authorMaciej W. Rozycki <macro@embecosm.com>
Fri, 10 Nov 2023 21:52:18 +0000 (21:52 +0000)
committerMaciej W. Rozycki <macro@embecosm.com>
Fri, 10 Nov 2023 21:52:18 +0000 (21:52 +0000)
commitc8bff398cf6c67753843fa39b3393d4ff3b15bcf
treeecbc1f2d9e234b22cdb68f0dcb1a86f4f1193905
parentdcafd117dd442dd304ec1af0c2ca4d2ec59eafc3
RISC-V: Fix indentation of "length" attribute for branches and jumps

The "length" attribute calculation expressions for branches and jumps
are incorrectly and misleadingly indented, and they overrun the 80
column limit as well, all of this causing troubles in following them.
Correct all these issues.

gcc/
* config/riscv/riscv.md (length): Fix indentation for branch and
jump length calculation expressions.
gcc/config/riscv/riscv.md