mirror of
https://github.com/open-goal/jak-project
synced 2026-09-09 20:21:28 -04:00
[Decompiler] Remove most IR1 Analysis (#207)
* temp * remove some of ir1
This commit is contained in:
@@ -1242,7 +1242,9 @@ void CallOp::collect_vars(VariableSet& vars) const {
|
||||
vars.insert(e);
|
||||
}
|
||||
|
||||
vars.insert(m_return_var);
|
||||
if (m_call_type_set && m_call_type.last_arg() != TypeSpec("none")) {
|
||||
vars.insert(m_return_var);
|
||||
}
|
||||
}
|
||||
|
||||
/////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user