diff options
Diffstat (limited to 'source')
| -rw-r--r-- | source/slang/slang-ir-dce.cpp | 2 | ||||
| -rw-r--r-- | source/slang/slang-ir-specialize.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/slang/slang-ir-dce.cpp b/source/slang/slang-ir-dce.cpp index 7c1cda75f..c8267a626 100644 --- a/source/slang/slang-ir-dce.cpp +++ b/source/slang/slang-ir-dce.cpp @@ -227,7 +227,7 @@ struct DeadCodeEliminationContext // return `true` as its default mode, so once we are past that // query we know that `inst` is either something "structural" // (that makes up the program) rather than executable, or it - // is executable but was on a white list of things that are + // is executable but was on an allow-list of things that are // safe to eliminate. // Most top-level objects (functions, types, etc.) obviously diff --git a/source/slang/slang-ir-specialize.cpp b/source/slang/slang-ir-specialize.cpp index caaa700a0..efcdb4498 100644 --- a/source/slang/slang-ir-specialize.cpp +++ b/source/slang/slang-ir-specialize.cpp @@ -398,7 +398,7 @@ struct SpecializationContext // as all of its operands are. // // TODO: We realistically need a more refined - // check here that uses a white-list of instructions + // check here that uses an allow-list of instructions // that can represent values suitable for use // as generic arguments. // |
