diff options
Diffstat (limited to 'gcc/config/alpha/alpha.c')
-rw-r--r-- | gcc/config/alpha/alpha.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c index 75e4513b7f3..777e62e85e5 100644 --- a/gcc/config/alpha/alpha.c +++ b/gcc/config/alpha/alpha.c @@ -8418,7 +8418,7 @@ alphaev4_next_group (rtx insn, int *pin_use, int *plen) if (in_use) goto done; - /* If this is a completely unrecognized insn, its an asm. + /* If this is a completely unrecognized insn, it's an asm. We don't know how long it is, so record length as -1 to signal a needed realignment. */ if (recog_memoized (insn) < 0) @@ -8516,7 +8516,7 @@ alphaev5_next_group (rtx insn, int *pin_use, int *plen) if (in_use) goto done; - /* If this is a completely unrecognized insn, its an asm. + /* If this is a completely unrecognized insn, it's an asm. We don't know how long it is, so record length as -1 to signal a needed realignment. */ if (recog_memoized (insn) < 0) |