public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-10179] RISC-V: Remove duplicate backslashes from `stack_protect_set_<mode>'
@ 2022-07-27 10:17 Maciej W. Rozycki
  0 siblings, 0 replies; only message in thread
From: Maciej W. Rozycki @ 2022-07-27 10:17 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:b96e14c6647eaedc5f389ff50f7b08fd753493c2

commit r11-10179-gb96e14c6647eaedc5f389ff50f7b08fd753493c2
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.
    
    (cherry picked from commit 3cf07cc5e51c833f39f5bad5ca6fbe23c853a214)

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 c3687d57047..3af34de063c 100644
--- a/gcc/config/riscv/riscv.md
+++ b/gcc/config/riscv/riscv.md
@@ -2558,7 +2558,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-27 10:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-27 10:17 [gcc r11-10179] RISC-V: Remove duplicate backslashes from `stack_protect_set_<mode>' Maciej W. Rozycki

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).