We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f88a2d7 commit 465055fCopy full SHA for 465055f
1 file changed
tools/buildHeaders/jsonToSpirv.h
@@ -274,7 +274,7 @@ class InstructionValue : public EnumValue {
274
InstructionValue(EnumValue&& e, const std::string& printClass, bool has_type, bool has_result)
275
: EnumValue(std::move(e)),
276
printingClass(printClass),
277
- opDesc("TBD."),
+ opDesc("Reserved."),
278
typePresent(has_type),
279
resultPresent(has_result) { }
280
InstructionValue(const InstructionValue& v)
0 commit comments