diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1992-03-30 16:25:38 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1992-03-30 16:25:38 -0800 |
commit | 128e90091593f3731cb839fc347e2badbfc54551 (patch) | |
tree | f23a061abdef7c1b24658504155565a9b12a6050 | |
parent | 0009eff2ef256211d6f4bf0126159ec77425e34d (diff) | |
download | gcc-128e90091593f3731cb839fc347e2badbfc54551.zip gcc-128e90091593f3731cb839fc347e2badbfc54551.tar.gz gcc-128e90091593f3731cb839fc347e2badbfc54551.tar.bz2 |
*** empty log message ***
From-SVN: r642
-rw-r--r-- | gcc/loop.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3188,6 +3188,7 @@ strength_reduce (scan_start, end, loop_top, insn_count, && (! condjump_p (insn) || (JUMP_LABEL (insn) != 0 && (INSN_UID (JUMP_LABEL (insn)) > max_uid_for_loop + || INSN_UID (insn) > max_uid_for_loop || (INSN_LUID (JUMP_LABEL (insn)) < INSN_LUID (insn)))))) { |