mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-13 23:12:59 +00:00
shader_recompiler: GCC fixes
This commit is contained in:
@@ -91,7 +91,6 @@ std::string RegAlloc::Consume(const IR::Value& value) {
|
||||
}
|
||||
|
||||
std::string RegAlloc::Consume(IR::Inst& inst) {
|
||||
const Id id{inst.Definition<Id>()};
|
||||
inst.DestructiveRemoveUsage();
|
||||
// TODO: reuse variables of same type if possible
|
||||
// if (!inst.HasUses()) {
|
||||
|
||||
Reference in New Issue
Block a user