Revert "Mitigate -Wmaybe-uninitialized in expmed.cc."

This reverts commit c5c5237231.
This commit is contained in:
Martin Liska
2022-05-24 13:30:00 +02:00
parent c5c5237231
commit bd06c36f77

View File

@@ -5658,7 +5658,7 @@ emit_store_flag_1 (rtx target, enum rtx_code code, rtx op0, rtx op1,
/* If we are comparing a double-word integer with zero or -1, we can
convert the comparison into one involving a single word. */
scalar_int_mode int_mode = {};
scalar_int_mode int_mode;
if (is_int_mode (mode, &int_mode)
&& GET_MODE_BITSIZE (int_mode) == BITS_PER_WORD * 2
&& (!MEM_P (op0) || ! MEM_VOLATILE_P (op0)))