diff options
author | Joern Rennecke <amylaar@gcc.gnu.org> | 1997-01-27 18:32:31 +0000 |
---|---|---|
committer | Joern Rennecke <amylaar@gcc.gnu.org> | 1997-01-27 18:32:31 +0000 |
commit | 9788ff4d96e05a2700f51ca81a5d404451bf2f4a (patch) | |
tree | 5a70c3cac5b8ae812103c6638eebd57a3c93348f | |
parent | 6ab911bb392d453230df167741febebdd22edd16 (diff) | |
download | gcc-9788ff4d96e05a2700f51ca81a5d404451bf2f4a.zip gcc-9788ff4d96e05a2700f51ca81a5d404451bf2f4a.tar.gz gcc-9788ff4d96e05a2700f51ca81a5d404451bf2f4a.tar.bz2 |
(and_shl_scratch): typo fix for length 8.
From-SVN: r13557
-rw-r--r-- | gcc/config/sh/sh.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sh/sh.md b/gcc/config/sh/sh.md index 6c75623..1459807 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"))) |