Skip to content

Commit f19dacf

Browse files
skarczewigcbot
authored andcommitted
Minor refactor
Minor refactor
1 parent 1e7e22a commit f19dacf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

IGC/Compiler/CISACodeGen/EmitVISAPass.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8499,7 +8499,8 @@ void EmitPass::emitGather4Instruction(SamplerGatherIntrinsic* inst)
84998499
PackSIMD8HFRet(dst);
85008500
}
85018501

8502-
if (feedbackEnable)
8502+
if (feedbackEnable
8503+
)
85038504
{
85048505
emitFeedbackEnable();
85058506
}

0 commit comments

Comments
 (0)