diff options
author | Richard Stallman <rms@gnu.org> | 1993-05-31 04:38:53 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-05-31 04:38:53 +0000 |
commit | 442925f070b635ed8a6b762d011a67d581fa3348 (patch) | |
tree | 90466d8f896e447b84e7786afc92114fcb47bab2 | |
parent | e62d14be42e5287f858ff4622a4b6f2af6290824 (diff) | |
download | gcc-442925f070b635ed8a6b762d011a67d581fa3348.zip gcc-442925f070b635ed8a6b762d011a67d581fa3348.tar.gz gcc-442925f070b635ed8a6b762d011a67d581fa3348.tar.bz2 |
Typos in last change.
From-SVN: r4605
-rw-r--r-- | gcc/config/pa/pa.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index 0c37e6c..6ab86b7 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -2246,8 +2246,8 @@ hppa_expand_epilogue() } /* No frame pointer, but we have a stack greater than 8k. We restore - %r2 very late in this case. (all other cases are restored as early - as possible. */ + %r2 very late in this case. (All other cases are restored as early + as possible.) */ if (! frame_pointer_needed && ! VAL_14_BITS_P (actual_fsize + 20) && (regs_ever_live[2] || profile_flag)) @@ -3312,9 +3312,9 @@ output_bb (operands, nullify, length, negated, insn, which) filled we can nullify the following instruction and avoid emitting a nop. */ if (negated) - strcat (buf, " %0,%1,1,0\n\tbl,n %3,0"); + strcat (buf, " %0,%1,1,0\n\tbl%* %3,0"); else - strcat (buf, " %0,%1,1,0\n\tbl,n %2,0"); + strcat (buf, " %0,%1,1,0\n\tbl%* %2,0"); break; /* Long backward conditional branch with nullification. */ |