PR middle-end/77426
* expmed.c (synth_mult): Delete duplicate mode check.
From-SVN: r240089
+2016-09-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
+
+ PR middle-end/77426
+ * expmed.c (synth_mult): Delete duplicate mode check.
+
2016-09-10 Tom de Vries <tom@codesourcery.com>
PR C/71602
/* See if we already know what to do for T. */
entry_ptr = alg_hash_entry_ptr (hash_index);
if (entry_ptr->t == t
- && entry_ptr->mode == mode
&& entry_ptr->mode == mode
&& entry_ptr->speed == speed
&& entry_ptr->alg != alg_unknown)