File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
lib/SILOptimizer/Differentiation Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ void DifferentiationInvoker::print(llvm::raw_ostream &os) const {
46
46
switch (kind) {
47
47
case Kind::DifferentiableFunctionInst:
48
48
os << " differentiable_function_inst=(" << *getDifferentiableFunctionInst ()
49
- << " ) " ;
49
+ << ' ) ' ;
50
50
break ;
51
51
case Kind::LinearFunctionInst:
52
- os << " linear_function_inst=(" << *getLinearFunctionInst () << " ) " ;
52
+ os << " linear_function_inst=(" << *getLinearFunctionInst () << ' ) ' ;
53
53
break ;
54
54
case Kind::IndirectDifferentiation: {
55
55
auto indDiff = getIndirectDifferentiation ();
Original file line number Diff line number Diff line change @@ -1051,7 +1051,7 @@ class PullbackCloner::Implementation final
1051
1051
// Note: All user-called initializations go through the calls to the
1052
1052
// initializer, and synthesized initializers only have one level of
1053
1053
// struct formation which will not result into any aggregate adjoint
1054
- // valeus .
1054
+ // values .
1055
1055
llvm_unreachable (
1056
1056
" Aggregate adjoint values should not occur for `struct` "
1057
1057
" instructions" );
You can’t perform that action at this time.
0 commit comments