mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 12:27:57 -05:00
glasm: Throw when there are register leaks
This commit is contained in:
@ -128,6 +128,10 @@ public:
|
||||
return num_used_long_registers;
|
||||
}
|
||||
|
||||
[[nodiscard]] bool IsEmpty() const noexcept {
|
||||
return register_use.none() && long_register_use.none();
|
||||
}
|
||||
|
||||
/// Returns true if the instruction is expected to be aliased to another
|
||||
static bool IsAliased(const IR::Inst& inst);
|
||||
|
||||
|
Reference in New Issue
Block a user