i386.c (ix86_expand_binary_operator, [...]): Check no_new_pseudos instead of reload_i...
authorJohn Wehle <john@feith.com>
Thu, 13 Apr 2000 04:11:52 +0000 (04:11 +0000)
committerJohn Wehle <wehle@gcc.gnu.org>
Thu, 13 Apr 2000 04:11:52 +0000 (04:11 +0000)
commitfe577e58d44ceae408340bc37b8af7247fb3d9ad
treee947fa1cefd9ed067922a8ebe615c2f093d906d3
parent4fa48eaefa5e78fbecb27a73d4f622ea238a3628
i386.c (ix86_expand_binary_operator, [...]): Check no_new_pseudos instead of reload_in_progress and reload_completed.

* i386.c (ix86_expand_binary_operator,
ix86_expand_unary_operator): Check no_new_pseudos
instead of reload_in_progress and reload_completed.
(ix86_split_ashldi, ix86_split_ashrdi,
ix86_split_lshrdi): Check no_new_pseudos instead
of reload_completed.

From-SVN: r33134
gcc/ChangeLog
gcc/config/i386/i386.c