mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-28 09:41:36 +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