* jump.c (duplicate_loop_exit_test): Fix thinko.

From-SVN: r21032
This commit is contained in:
Jeffrey A Law 1998-07-09 09:40:18 +00:00 committed by Jeff Law
parent 6fcd759862
commit 1eb6762bcc
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Thu Jul 9 10:38:14 1998 Jeffrey A Law (law@cygnus.com)
* jump.c (duplicate_loop_exit_test): Fix thinko.
Thu Jul 9 01:30:37 1998 Joel Sherrill <joel@OARcorp.com>
Ralf Corsepius <corsepiu@faw.uni-ulm.de>

View File

@ -2428,7 +2428,7 @@ duplicate_loop_exit_test (loop_start)
if (++num_insns > 20
|| find_reg_note (insn, REG_RETVAL, NULL_RTX)
|| find_reg_note (insn, REG_LIBCALL, NULL_RTX)
|| asm_noperands (PATTERN (insn)))
|| asm_noperands (PATTERN (insn)) > 0)
return 0;
break;
default: