Skip to content

Commit 1708dae

Browse files
author
Pavel Samolysov
committed
[sycl-post-link][NFC] Fix formatting issue
1 parent 320b83a commit 1708dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/tools/sycl-post-link/SpecConstants.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ void collectCompositeElementsDefaultValuesRecursive(
321321
for (size_t I = 0, E = StructTy->getNumElements(); I < E; ++I) {
322322
// We are shure the structure is not a zeroinitializer.
323323
Constant *El = cast<Constant>(C->getOperand(I));
324-
324+
325325
// When handling elements of a structure, we do not use manually
326326
// calculated offsets (which are sum of sizes of all previously
327327
// encountered elements), but instead rely on data provided for us by

0 commit comments

Comments
 (0)