Skip to content

Commit 22fdd04

Browse files
fangliu2020igcbot
authored andcommitted
Minor change
1 parent aa9b3c7 commit 22fdd04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

visa/CISA.y

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,8 +1182,8 @@ Gather43dInstruction: Predicate SAMPLE4_3D_OP PixelNullMaskEnableOpt SAMPLER_CHA
11821182
{
11831183
const bool success = pBuilder->createSample4Instruction(
11841184
$1, $2, $3, ChannelMask::createFromAPI($4), $5.emask, $5.exec_size,
1185-
$6.cisa_gen_opnd, $7, $8, $9,
1186-
(unsigned int)$10, rawOperandArray, CISAlineno);
1185+
$6.cisa_gen_opnd, $7, $8,
1186+
$9, (unsigned int)$10, rawOperandArray, CISAlineno);
11871187

11881188
ABORT_ON_FAIL(success);
11891189
}

0 commit comments

Comments
 (0)