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 6f4e3df commit 8a154f7Copy full SHA for 8a154f7
lib/SILOptimizer/Differentiation/DifferentiationInvoker.cpp
@@ -46,10 +46,10 @@ void DifferentiationInvoker::print(llvm::raw_ostream &os) const {
46
switch (kind) {
47
case Kind::DifferentiableFunctionInst:
48
os << "differentiable_function_inst=(" << *getDifferentiableFunctionInst()
49
- << ")";
+ << ')';
50
break;
51
case Kind::LinearFunctionInst:
52
- os << "linear_function_inst=(" << *getLinearFunctionInst() << ")";
+ os << "linear_function_inst=(" << *getLinearFunctionInst() << ')';
53
54
case Kind::IndirectDifferentiation: {
55
auto indDiff = getIndirectDifferentiation();
0 commit comments