We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 320b83a commit 1708daeCopy full SHA for 1708dae
llvm/tools/sycl-post-link/SpecConstants.cpp
@@ -321,7 +321,7 @@ void collectCompositeElementsDefaultValuesRecursive(
321
for (size_t I = 0, E = StructTy->getNumElements(); I < E; ++I) {
322
// We are shure the structure is not a zeroinitializer.
323
Constant *El = cast<Constant>(C->getOperand(I));
324
-
+
325
// When handling elements of a structure, we do not use manually
326
// calculated offsets (which are sum of sizes of all previously
327
// encountered elements), but instead rely on data provided for us by
0 commit comments