a32_get_set_elimination_pass: Appease MSVC 2022
This commit is contained in:
parent
39c59b6c46
commit
420a786a3f
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ void RegisterPass(IR::Block& block) {
|
||||||
VectorQuad,
|
VectorQuad,
|
||||||
};
|
};
|
||||||
struct ExtRegInfo {
|
struct ExtRegInfo {
|
||||||
ExtValueType value_type = ExtValueType::Empty;
|
ExtValueType value_type = {};
|
||||||
IR::Value register_value;
|
IR::Value register_value;
|
||||||
std::optional<Iterator> last_set_instruction;
|
std::optional<Iterator> last_set_instruction;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue