diff options
Diffstat (limited to 'gcc/config/mep/mep.c')
-rw-r--r-- | gcc/config/mep/mep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/mep/mep.c b/gcc/config/mep/mep.c index edfff549e2a..f9ebab84048 100644 --- a/gcc/config/mep/mep.c +++ b/gcc/config/mep/mep.c @@ -3869,7 +3869,7 @@ static int prev_opcode = 0; /* This isn't as optimal as it could be, because we don't know what control register the STC opcode is storing in. We only need to add - the nop if it's the relevent register, but we add it for irrelevent + the nop if it's the relevant register, but we add it for irrelevant registers also. */ void @@ -6993,7 +6993,7 @@ core_insn_p (rtx insn) } /* Mark coprocessor instructions that can be bundled together with - the immediately preceeding core instruction. This is later used + the immediately preceding core instruction. This is later used to emit the "+" that tells the assembler to create a VLIW insn. For unbundled insns, the assembler will automatically add coprocessor |