From b7a619b45b0745f166d2dcc5985b994fb1d85d13 Mon Sep 17 00:00:00 2001 From: Jay Kwak <82421531+jkwak-work@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:40:53 -0700 Subject: Replace the word stdlib or standard-library with core-module for source code (#5415) This commit changes the word "stdlib" or "standard library" to "core module" in the source code. --- source/slang/slang-ir-lower-generics.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/slang/slang-ir-lower-generics.cpp') diff --git a/source/slang/slang-ir-lower-generics.cpp b/source/slang/slang-ir-lower-generics.cpp index 198804500..dc267aaeb 100644 --- a/source/slang/slang-ir-lower-generics.cpp +++ b/source/slang/slang-ir-lower-generics.cpp @@ -266,7 +266,7 @@ namespace Slang return; // At this point, we should no longer need to care any `WrapExistential` insts, - // although they could still exist in the IR in order to call generic stdlib functions, + // although they could still exist in the IR in order to call generic core module functions, // e.g. RWStucturedBuffer.Load(WrapExistential(sbuffer, type), index). // We should remove them now. stripWrapExistential(module); @@ -289,7 +289,7 @@ namespace Slang return; // At this point, we should no longer need to care any `WrapExistential` insts, - // although they could still exist in the IR in order to call generic stdlib functions, + // although they could still exist in the IR in order to call generic core module functions, // e.g. RWStucturedBuffer.Load(WrapExistential(sbuffer, type), index). // We should remove them now. stripWrapExistential(module); -- cgit v1.2.3