summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-restructure.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-ir-restructure.cpp')
-rw-r--r--source/slang/slang-ir-restructure.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/slang/slang-ir-restructure.cpp b/source/slang/slang-ir-restructure.cpp
index cfd1d4597..68be41fdc 100644
--- a/source/slang/slang-ir-restructure.cpp
+++ b/source/slang/slang-ir-restructure.cpp
@@ -255,7 +255,6 @@ namespace Slang
case kIROp_Unreachable:
case kIROp_MissingReturn:
case kIROp_Return:
- case kIROp_discard:
case kIROp_GenericAsm:
// These cases are all simple terminators that can be handled as-is
// without needing to construct a separate `Region` to encapsulate them.