Skip to content

Commit 78fcc60

Browse files
aus-intelsys_zuul
authored andcommitted
Add const for FINALIZER_INFO ref
Change-Id: Ibc331e8f691474977d155199eb968fa5b0867441
1 parent 098a869 commit 78fcc60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/AdaptorOCL/cmc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ static void generatePatchTokens_v2(const cmc_kernel_info_v2 *info, CMKernel& ker
505505

506506
// Combine cmc compiler metadata with jitter info.
507507
static void populateKernelInfo(const cmc_kernel_info* info,
508-
FINALIZER_INFO& JITInfo,
508+
const FINALIZER_INFO& JITInfo,
509509
llvm::ArrayRef<uint8_t> genBin,
510510
CMKernel& kernel)
511511
{

0 commit comments

Comments
 (0)