public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/sphinx] RISC-V: Remove duplicate backslashes from `stack_protect_set_<mode>'
@ 2022-07-28 12:10 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2022-07-28 12:10 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:14ab26cfa5970b98f170c4715619f95eb6c4c96a

commit 14ab26cfa5970b98f170c4715619f95eb6c4c96a
Author: Maciej W. Rozycki <macro@embecosm.com>
Date:   Wed Jul 27 11:09:43 2022 +0100

    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.

Diff:
---
 gcc/config/riscv/riscv.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/riscv/riscv.md b/gcc/config/riscv/riscv.md
index 308b64dd30d..aa43d5f91a0 100644
--- a/gcc/config/riscv/riscv.md
+++ b/gcc/config/riscv/riscv.md
@@ -2848,7 +2848,7 @@
 	 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"


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-28 12:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-28 12:10 [gcc/devel/sphinx] RISC-V: Remove duplicate backslashes from `stack_protect_set_<mode>' Martin Liska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).