Skip to content

Commit 2373df2

Browse files
committed
Move or to previous line.
1 parent 328ce4c commit 2373df2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/SILOptimizer/Mandatory/Differentiation.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3235,8 +3235,8 @@ class VJPEmitter final
32353235
// This instruction is active. Determine the appropriate differentiation
32363236
// strategy, and use it.
32373237
auto *structDecl = sei->getStructDecl();
3238-
if (structDecl->getEffectiveAccess() <= AccessLevel::Internal
3239-
|| structDecl->getAttrs().hasAttribute<FieldwiseDifferentiableAttr>()) {
3238+
if (structDecl->getEffectiveAccess() <= AccessLevel::Internal ||
3239+
structDecl->getAttrs().hasAttribute<FieldwiseDifferentiableAttr>()) {
32403240
strategies[sei] = StructExtractDifferentiationStrategy::Fieldwise;
32413241
SILClonerWithScopes::visitStructExtractInst(sei);
32423242
return;

0 commit comments

Comments
 (0)