diff options
Diffstat (limited to 'source/slang/slang-emit.cpp')
| -rw-r--r-- | source/slang/slang-emit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/slang-emit.cpp b/source/slang/slang-emit.cpp index 39ebaa64d..ab22e1f90 100644 --- a/source/slang/slang-emit.cpp +++ b/source/slang/slang-emit.cpp @@ -777,7 +777,7 @@ Result linkAndOptimizeIR( break; } - legalizeByteAddressBufferOps(session, targetProgram, irModule, byteAddressBufferOptions); + legalizeByteAddressBufferOps(session, targetProgram, irModule, codeGenContext->getSink(), byteAddressBufferOptions); } // For CUDA targets only, we will need to turn operations |
