mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
Revert "Mitigate -Wmaybe-uninitialized in expmed.cc."
This reverts commit c5c5237231.
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user