summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/frontend/ir/opcodes.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/shader_recompiler/frontend/ir/opcodes.inc')
-rw-r--r--src/shader_recompiler/frontend/ir/opcodes.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/shader_recompiler/frontend/ir/opcodes.inc b/src/shader_recompiler/frontend/ir/opcodes.inc
index 0748efa8d..1cfc2a943 100644
--- a/src/shader_recompiler/frontend/ir/opcodes.inc
+++ b/src/shader_recompiler/frontend/ir/opcodes.inc
@@ -18,9 +18,8 @@ OPCODE(DemoteToHelperInvocation, Void, Labe
18 18
19// Barriers 19// Barriers
20OPCODE(Barrier, Void, ) 20OPCODE(Barrier, Void, )
21OPCODE(MemoryBarrierWorkgroupLevel, Void, ) 21OPCODE(WorkgroupMemoryBarrier, Void, )
22OPCODE(MemoryBarrierDeviceLevel, Void, ) 22OPCODE(DeviceMemoryBarrier, Void, )
23OPCODE(MemoryBarrierSystemLevel, Void, )
24 23
25// Special operations 24// Special operations
26OPCODE(Prologue, Void, ) 25OPCODE(Prologue, Void, )