a32_get_set_elimination_pass: Appease MSVC 2022

This commit is contained in:
Merry 2023-05-05 10:37:20 +01:00
parent 39c59b6c46
commit 420a786a3f

View file

@ -215,7 +215,7 @@ void RegisterPass(IR::Block& block) {
VectorQuad,
};
struct ExtRegInfo {
ExtValueType value_type = ExtValueType::Empty;
ExtValueType value_type = {};
IR::Value register_value;
std::optional<Iterator> last_set_instruction;
};