combine.c (combine_simplify_rtx): Set op0_mode to VOIDmode after applying distributive law.

* combine.c (combine_simplify_rtx): Set op0_mode to VOIDmode after
	applying distributive law.

From-SVN: r42159
This commit is contained in:
Jan Hubicka 2001-05-16 18:54:12 +02:00 committed by Jan Hubicka
parent 5467baef04
commit 6e20204ff4
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Wed May 16 18:53:23 CEST 2001 Jan Hubicka <jh@suse.cz>
* combine.c (combine_simplify_rtx): Set op0_mode to VOIDmode after
applying distributive law.
2001-05-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
* pa-hpux10.h (THREAD_MODEL_SPEC): Define.

View File

@ -3706,6 +3706,7 @@ combine_simplify_rtx (x, op0_mode, last, in_dest)
{
x = apply_distributive_law (x);
code = GET_CODE (x);
op0_mode = VOIDmode;
}
/* If CODE is an associative operation not otherwise handled, see if we