mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-27 15:40:06 +02:00
misc: chore: Use collection expressions (part 2)
This commit is contained in:
@@ -35,9 +35,9 @@ namespace Ryujinx.Graphics.Shader.IntermediateRepresentation
|
||||
|
||||
public PhiNode(Operand dest)
|
||||
{
|
||||
_blocks = new HashSet<BasicBlock>();
|
||||
_blocks = [];
|
||||
|
||||
_sources = new List<PhiSource>();
|
||||
_sources = [];
|
||||
|
||||
dest.AsgOp = this;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user