From 9788ff4d96e05a2700f51ca81a5d404451bf2f4a Mon Sep 17 00:00:00 2001 From: Joern Rennecke Date: Mon, 27 Jan 1997 18:32:31 +0000 Subject: [PATCH] (and_shl_scratch): typo fix for length 8. From-SVN: r13557 --- gcc/config/sh/sh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/sh/sh.md b/gcc/config/sh/sh.md index 6c75623ab0b..14598074313 100644 --- a/gcc/config/sh/sh.md +++ b/gcc/config/sh/sh.md @@ -1202,7 +1202,7 @@ (eq (symbol_ref "shl_and_scr_length (insn)") (const_int 3)) (const_string "6") (eq (symbol_ref "shl_and_scr_length (insn)") (const_int 4)) - (const_string "6") + (const_string "8") (eq (symbol_ref "shl_and_scr_length (insn)") (const_int 5)) (const_string "10")] (const_string "12"))) -- 2.30.2