]> git.ipfire.org Git - thirdparty/gcc.git/commit
h8300.c (h8300_adjust_insn_length): Avoid trying to recognize USE, CLOBBER or SEQUENC...
authorJeffrey A Law <law@cygnus.com>
Wed, 7 Apr 1999 23:07:06 +0000 (23:07 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 7 Apr 1999 23:07:06 +0000 (17:07 -0600)
commit47cf37f924571be13c4d4a911acafc9363daf9c0
tree10383f39e505fddd7e5828eb29ff34a3d902f032
parenta45f333130536a0dcfb468a6b49e6e81c5fab882
h8300.c (h8300_adjust_insn_length): Avoid trying to recognize USE, CLOBBER or SEQUENCE insns.

       * h8300.c (h8300_adjust_insn_length): Avoid trying to recognize
       USE, CLOBBER or SEQUENCE insns.
       * unroll.c (unroll_loop): For HAVE_cc0 machines, adjust copy_end_luid
       to account for the uncopied insn that sets cc0 at the end of the loop.

From-SVN: r26283
gcc/ChangeLog
gcc/config/h8300/h8300.c
gcc/unroll.c