Skip to content

Commit edf60ea

Browse files
committed
Fix formatting
1 parent bbd6992 commit edf60ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/CIR/CodeGen/CIRGenModule.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,8 +1144,7 @@ static bool shouldAssumeDSOLocal(const CIRGenModule &cgm,
11441144
// PLT indirection).
11451145
if (!(isa<cir::FuncOp>(gv) && gv.canBenefitFromLocalAlias()))
11461146
return false;
1147-
return !(lOpts.SemanticInterposition ||
1148-
lOpts.HalfNoSemanticInterposition);
1147+
return !(lOpts.SemanticInterposition || lOpts.HalfNoSemanticInterposition);
11491148
}
11501149

11511150
// A definition cannot be preempted from an executable.

0 commit comments

Comments
 (0)