diff options
Diffstat (limited to 'source')
| -rw-r--r-- | source/slang/slang-ir-insts.lua | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/source/slang/slang-ir-insts.lua b/source/slang/slang-ir-insts.lua index a977e83f0..2b01dbaa0 100644 --- a/source/slang/slang-ir-insts.lua +++ b/source/slang/slang-ir-insts.lua @@ -8,13 +8,7 @@ -- !! Slang::IRModule accordingly when modifying this file. -- !! -- --- The instructions struct name, i.e. something like "IRVoidType" can be specified with struct_name, otherwise it will be a PascalCase version of the instruction key --- --- Flags, such as hoistable, global, parent, use_other are inherited from a parent abstract type --- --- min_operands specifies the number of required operands for an instruction, it defaults to 0 --- --- Instructions here will automatically be given a struct definition in slang-ir-insts.h if it is no handwritten +-- For a detailed description of the schema, please see docs/design/ir-instruction-definition.md -- local insts = { |
