mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 12:17:58 -05: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