jump.c (duplicate_loop_exit_test): Do not duplicate the loop exit test if the exit...
authorJeffrey A Law <law@cygnus.com>
Wed, 8 Jul 1998 23:37:50 +0000 (23:37 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 8 Jul 1998 23:37:50 +0000 (17:37 -0600)
commit752e74f910cfe9bacbca383e5ea87e7f39c0e00f
tree5bd953a50a849d4e66717c40dff62db5fd8aaedd
parenta550815273219b4b9281b2ec9fd79e2bb6dc1cca
jump.c (duplicate_loop_exit_test): Do not duplicate the loop exit test if the exit code has an insn with ASM_OPERANDS.

        * jump.c (duplicate_loop_exit_test): Do not duplicate the loop exit
        test if the exit code has an insn with ASM_OPERANDS.

From-SVN: r21017
gcc/ChangeLog
gcc/jump.c