Commit 5630d0ec by John Kessenich

Fix typo.

parent 60a57840
...@@ -1197,7 +1197,7 @@ const char* OpcodeString(int op) ...@@ -1197,7 +1197,7 @@ const char* OpcodeString(int op)
case 319: return "OpAtomicFlagClear"; case 319: return "OpAtomicFlagClear";
case 320: return "OpImageSparseRead"; case 320: return "OpImageSparseRead";
case OpModuleProcessed: return "OpModuleProcesses"; case OpModuleProcessed: return "OpModuleProcessed";
case 4421: return "OpSubgroupBallotKHR"; case 4421: return "OpSubgroupBallotKHR";
case 4422: return "OpSubgroupFirstInvocationKHR"; case 4422: return "OpSubgroupFirstInvocationKHR";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment