mirror of
https://github.com/open-goal/jak-project
synced 2026-06-16 23:00:49 -04:00
[Decomp] Add SSA based check for expression building (#292)
* wip * tests pass * fix warnings
This commit is contained in:
@@ -132,7 +132,7 @@ bool Matcher::do_match(Form* input, MatchResult::Maps* maps_out) const {
|
||||
return true;
|
||||
case Kind::ANY_REG: {
|
||||
bool got = false;
|
||||
Variable result;
|
||||
RegisterAccess result;
|
||||
|
||||
auto as_simple_atom = dynamic_cast<SimpleAtomElement*>(input->try_as_single_element());
|
||||
if (as_simple_atom) {
|
||||
|
||||
Reference in New Issue
Block a user