Skip to content

Commit 12a25d4

Browse files
skarczewigcbot
authored andcommitted
Minor refactor
Minor refactor
1 parent d8cc047 commit 12a25d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

IGC/Compiler/CISACodeGen/helper.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3516,7 +3516,8 @@ bool SeparateSpillAndScratch(const CodeGenContext* ctx)
35163516
else
35173517
separate = ctx->getModuleMetaData()->enableSeparateSpillPvtScratchSpace;
35183518

3519-
return (ctx->platform.hasScratchSurface() && separate);
3519+
return (ctx->platform.hasScratchSurface() && separate
3520+
);
35203521
}
35213522

35223523
bool UsedWithoutImmInMemInst( Value* varOffset )

0 commit comments

Comments
 (0)