diff options
author | Alexandre Oliva <aoliva@gcc.gnu.org> | 2001-09-14 05:02:00 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2001-09-14 05:02:00 +0000 |
commit | 300c545386c86ed9015f75fa6bc7e01b917d4643 (patch) | |
tree | 01770389724b6df158a67e862cf27c14fc981504 /gcc | |
parent | 6d334db81105d8e66f7daf68b43cf31351d4785a (diff) | |
download | gcc-300c545386c86ed9015f75fa6bc7e01b917d4643.zip gcc-300c545386c86ed9015f75fa6bc7e01b917d4643.tar.gz gcc-300c545386c86ed9015f75fa6bc7e01b917d4643.tar.bz2 |
Whitespace fixes.
From-SVN: r45587
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/sh/sh.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/config/sh/sh.c b/gcc/config/sh/sh.c index 7945a9c..fa39c74 100644 --- a/gcc/config/sh/sh.c +++ b/gcc/config/sh/sh.c @@ -2965,14 +2965,14 @@ barrier_align (barrier_or_label) && JUMP_LABEL (prev)) { rtx x; - if (jump_to_next + if (jump_to_next || next_real_insn (JUMP_LABEL (prev)) == next /* If relax_delay_slots() decides NEXT was redundant with some previous instruction, it will have redirected PREV's jump to the following insn. */ || JUMP_LABEL (prev) == next_nonnote_insn (next) - /* There is no upper bound on redundant instructions that - might have been skipped, but we must not put an + /* There is no upper bound on redundant instructions + that might have been skipped, but we must not put an alignment where none had been before. */ || (x = (NEXT_INSN (NEXT_INSN (PREV_INSN (prev)))), (INSN_P (x) @@ -2981,11 +2981,11 @@ barrier_align (barrier_or_label) { rtx pat = PATTERN (prev); if (GET_CODE (pat) == PARALLEL) - pat = XVECEXP (pat, 0, 0); + pat = XVECEXP (pat, 0, 0); if (credit - slot >= (GET_CODE (SET_SRC (pat)) == PC ? 2 : 0)) return 0; } - } + } } return CACHE_LOG; |