Skip to content

Commit

Permalink
Fix clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
kchristin22 committed Sep 2, 2024
1 parent f7b3caa commit c74882d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Differentiator/ConstantFolder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ namespace clad {
} else if (QT->isRealFloatingType()) {
llvm::APFloat APVal(C.getFloatTypeSemantics(QT), val);
Result = clad::synthesizeLiteral(QT, C, APVal);
} else {
} else {
// FIXME: Handle other types, like Complex, Structs, typedefs, etc.
Result = ConstantFolder::synthesizeLiteral(C.IntTy, C, val);
}
Expand Down

0 comments on commit c74882d

Please sign in to comment.