* combine.c (combine_simplify_rtx): Set op0_mode to VOIDmode after
applying distributive law.
From-SVN: r42159
+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.
{
x = apply_distributive_law (x);
code = GET_CODE (x);
+ op0_mode = VOIDmode;
}
/* If CODE is an associative operation not otherwise handled, see if we