mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-27 03:49:03 +08:00
* jump.c (duplicate_loop_exit_test): Fix thinko.
From-SVN: r21032
This commit is contained in:
parent
6fcd759862
commit
1eb6762bcc
@ -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>
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user