]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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:09:43 +0000 (11:09 +0100)
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.

gcc/config/riscv/riscv.md

index 308b64dd30d74d6525fefd858963b5f3351ab632..aa43d5f91a0e09ca33cf7235f5b875758f7cfb68 100644 (file)
         UNSPEC_SSP_SET))
    (set (match_scratch:GPR 2 "=&r") (const_int 0))]
   ""
-  "<load>\\t%2, %1\;<store>\\t%2, %0\;li\t%2, 0"
+  "<load>\t%2, %1\;<store>\t%2, %0\;li\t%2, 0"
   [(set_attr "length" "12")])
 
 (define_expand "stack_protect_test"