diff options
author | Bryan Stenson <bryan@siliconvortex.com> | 2020-01-06 16:15:04 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2020-01-06 09:15:04 -0700 |
commit | 2b4f0b8951cbe95e5315428e7c6687307f236e6b (patch) | |
tree | 81e045e2220f39f85e0d709cf3f2e96cdc9c437b | |
parent | b4d74ed7660295d23ec33d84150b2d3073126eb4 (diff) | |
download | gcc-2b4f0b8951cbe95e5315428e7c6687307f236e6b.zip gcc-2b4f0b8951cbe95e5315428e7c6687307f236e6b.tar.gz gcc-2b4f0b8951cbe95e5315428e7c6687307f236e6b.tar.bz2 |
mips.c (vr4130_align_insns): Fix typo.
2020-01-06 Bryan Stenson <bryan@siliconvortex.com>
* config/mips/mips.c (vr4130_align_insns): Fix typo.
* doc/md.texi (movstr): Likewise.
From-SVN: r279905
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/mips/mips.c | 2 | ||||
-rw-r--r-- | gcc/doc/md.texi | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8084d5c..a3e5220 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2020-01-06 Bryan Stenson <bryan@siliconvortex.com> + + * config/mips/mips.c (vr4130_align_insns): Fix typo. + * doc/md.texi (movstr): Likewise. + 2020-01-06 Andrew Stubbs <ams@codesourcery.com> * config/gcn/gcn-valu.md (vec_extract<mode><scalar_mode>): Add early diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index a2ce805..c9a706e 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -18627,7 +18627,7 @@ vr4130_align_insns (void) if (length > 0) { /* If the instruction is an asm statement or multi-instruction - mips.md patern, the length is only an estimate. Insert an + mips.md pattern, the length is only an estimate. Insert an 8 byte alignment after it so that the following instructions can be handled correctly. */ if (NONJUMP_INSN_P (SEQ_BEGIN (insn)) diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 241c64b..6b5e06e 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -6287,7 +6287,7 @@ destination and source strings are operands 1 and 2, and both are the expansion of this pattern should store in operand 0 the address in which the @code{NUL} terminator was stored in the destination string. -This patern has also several optional operands that are same as in +This pattern has also several optional operands that are same as in @code{setmem}. @cindex @code{setmem@var{m}} instruction pattern |