Skip to content

Commit 7823407

Browse files
committed
Clang-format
1 parent 675c219 commit 7823407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodeGen_Hexagon.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1520,7 +1520,7 @@ Value *CodeGen_Hexagon::vdelta(Value *lut, const vector<int> &indices) {
15201520
for (size_t i = 0; i < indices.size(); i++) {
15211521
for (int j = 0; j < replicate; j++) {
15221522
if (indices[i] == -1) {
1523-
i8_indices[i * replicate + j] = -1; // Replicate the don't-care.
1523+
i8_indices[i * replicate + j] = -1; // Replicate the don't-care.
15241524
} else {
15251525
i8_indices[i * replicate + j] = indices[i] * replicate + j;
15261526
}

0 commit comments

Comments
 (0)