diff options
author | Maciej W. Rozycki <macro@orcam.me.uk> | 2024-11-18 03:02:59 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@orcam.me.uk> | 2024-11-18 03:02:59 +0000 |
commit | 4a8eb5c6d87f3a1ccdf6eb248e6a7dd4cffbb7d4 (patch) | |
tree | 70a8d99ff4707e16868888efd9b17daf58ad7a63 /gcc/config/alpha | |
parent | 29c4f6637cd604bf993d7309c236ebcdb554a858 (diff) | |
download | gcc-4a8eb5c6d87f3a1ccdf6eb248e6a7dd4cffbb7d4.zip gcc-4a8eb5c6d87f3a1ccdf6eb248e6a7dd4cffbb7d4.tar.gz gcc-4a8eb5c6d87f3a1ccdf6eb248e6a7dd4cffbb7d4.tar.bz2 |
Alpha: Remove leftover `;;' for "unaligned_store<mode>"
Remove stray `;;' from the middle of the introductory comment for the
"unaligned_store<mode>" expander, clearly a leftover from a previous
edition.
gcc/
* config/alpha/alpha.md (unaligned_store<mode>): Remove stray
`;;'.
Diffstat (limited to 'gcc/config/alpha')
-rw-r--r-- | gcc/config/alpha/alpha.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md index bd92392..e57a9d3 100644 --- a/gcc/config/alpha/alpha.md +++ b/gcc/config/alpha/alpha.md @@ -4201,7 +4201,7 @@ }) ;; For the unaligned byte and halfword cases, we use code similar to that -;; in the ;; Architecture book, but reordered to lower the number of registers +;; in the Architecture book, but reordered to lower the number of registers ;; required. Operand 0 is the address. Operand 1 is the data to store. ;; Operands 2, 3, and 4 are DImode temporaries, where operands 2 and 4 may ;; be the same temporary, if desired. If the address is in a register, |