summaryrefslogtreecommitdiffstats
path: root/source/slang/ir-specialize-resources.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/ir-specialize-resources.cpp')
-rw-r--r--source/slang/ir-specialize-resources.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/slang/ir-specialize-resources.cpp b/source/slang/ir-specialize-resources.cpp
index 0108a91f8..e974ffdb7 100644
--- a/source/slang/ir-specialize-resources.cpp
+++ b/source/slang/ir-specialize-resources.cpp
@@ -18,7 +18,7 @@ struct ResourceParameterSpecializationContext
// the parameters that were passed to the top-level
// `specializeResourceParameters` function.
//
- CompileRequest* compileRequest;
+ BackEndCompileRequest* compileRequest;
TargetRequest* targetRequest;
IRModule* module;
@@ -372,7 +372,7 @@ struct ResourceParameterSpecializationContext
// If we didn't find a pre-existing specialized
// function, then we will go ahead and create one.
//
- // We start by gathering the infromation from the call
+ // We start by gathering the information from the call
// site that is relevant to generating a specialized
// callee function, which we avoided doing earlier
// because it might have been throwaway work.
@@ -850,7 +850,7 @@ struct ResourceParameterSpecializationContext
// and then defer to it for the real work.
//
void specializeResourceParameters(
- CompileRequest* compileRequest,
+ BackEndCompileRequest* compileRequest,
TargetRequest* targetRequest,
IRModule* module)
{