2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-01-08 20:55:38 +08:00

Fix error in previous change

From-SVN: r33725
This commit is contained in:
Richard Kenner 2000-05-06 07:30:43 -04:00
parent ad027eaed9
commit a47fed553c

View File

@ -10257,6 +10257,7 @@ do_store_flag (exp, target, mode, only_cheap)
);
if (! get_subtarget (subtarget)
|| GET_MODE (subtarget) != operand_mode
|| ! safe_from_p (subtarget, inner, 1))
subtarget = 0;
@ -10307,6 +10308,7 @@ do_store_flag (exp, target, mode, only_cheap)
preexpand_calls (exp);
if (! get_subtarget (target)
|| GET_MODE (subtarget) != operand_mode
|| ! safe_from_p (subtarget, arg1, 1))
subtarget = 0;