mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-23 04:13:40 +00:00
shader: SSA and dominance
This commit is contained in:
@@ -28,7 +28,6 @@ void IdentityRemovalPass(IR::Block& block) {
|
||||
++inst;
|
||||
}
|
||||
}
|
||||
|
||||
for (IR::Inst* const inst : to_invalidate) {
|
||||
inst->Invalidate();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user