Remove removed special instructions

This commit is contained in:
Isaac Marovitz 2023-08-04 17:57:46 -04:00 committed by Isaac Marovitz
parent 31bb429feb
commit 43ca9ba0f5

View file

@ -70,8 +70,6 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Msl.Instructions
{
switch (inst & Instruction.Mask)
{
case Instruction.Ballot:
return "";
case Instruction.Barrier:
return "";
case Instruction.Call:
@ -100,8 +98,6 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Msl.Instructions
return "";
case Instruction.MemoryBarrier:
return "";
case Instruction.Negate:
return "";
case Instruction.Store:
return "";
case Instruction.TextureSample: