Skip to content

Commit 8a154f7

Browse files
authored
Update DifferentiationInvoker.cpp
1 parent 6f4e3df commit 8a154f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/SILOptimizer/Differentiation/DifferentiationInvoker.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ void DifferentiationInvoker::print(llvm::raw_ostream &os) const {
4646
switch (kind) {
4747
case Kind::DifferentiableFunctionInst:
4848
os << "differentiable_function_inst=(" << *getDifferentiableFunctionInst()
49-
<< ")";
49+
<< ')';
5050
break;
5151
case Kind::LinearFunctionInst:
52-
os << "linear_function_inst=(" << *getLinearFunctionInst() << ")";
52+
os << "linear_function_inst=(" << *getLinearFunctionInst() << ')';
5353
break;
5454
case Kind::IndirectDifferentiation: {
5555
auto indDiff = getIndirectDifferentiation();

0 commit comments

Comments
 (0)