]> git.ipfire.org Git - thirdparty/gcc.git/commit
RISC-V: Remove duplicate backslashes from `stack_protect_set_<mode>'
authorMaciej W. Rozycki <macro@embecosm.com>
Wed, 27 Jul 2022 10:09:43 +0000 (11:09 +0100)
committerMaciej W. Rozycki <macro@embecosm.com>
Wed, 27 Jul 2022 10:12:22 +0000 (11:12 +0100)
commit4c1c38ba9535435b04ee22cda33042b7d48ca183
treefc106de9b285a9de2daa2278d245aaca1d70bfb2
parent5b8458bc35b5df34c1b4b8735975f2686444f6c8
RISC-V: Remove duplicate backslashes from `stack_protect_set_<mode>'

Remove redundant duplicate backslash characters from \t sequences in the
output pattern of the `stack_protect_set_<mode>' RTL insn.

gcc/
* config/riscv/riscv.md (stack_protect_set_<mode>): Remove
duplicate backslashes.

(cherry picked from commit 3cf07cc5e51c833f39f5bad5ca6fbe23c853a214)
gcc/config/riscv/riscv.md