diff options
Diffstat (limited to 'source/slang/ir-restructure.cpp')
| -rw-r--r-- | source/slang/ir-restructure.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/ir-restructure.cpp b/source/slang/ir-restructure.cpp index dc35a8aee..d8d3fe7c9 100644 --- a/source/slang/ir-restructure.cpp +++ b/source/slang/ir-restructure.cpp @@ -250,7 +250,7 @@ namespace Slang // information that can inform our control-flow restructuring pass. // SLANG_UNEXPECTED("unhandled terminator instruction opcode"); - // fall through to: + ; // fall through to: case kIROp_Unreachable: case kIROp_MissingReturn: case kIROp_ReturnVal: |
