Skip to content

Commit

Permalink
!fixu fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
fhahn committed Jul 11, 2024
1 parent 11b37d6 commit 89673f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/lib/CodeGen/TargetLoweringBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ void TargetLoweringBase::InitLibcalls(const Triple &TT) {
case Triple::TvOS:
case Triple::WatchOS:
case Triple::XROS:
setLibcallName(RTLIB::EXP10_F32, "__exp10f");
setLibcallName(RTLIB::EXP10_F64, "__exp10");
setLibcallName(RTLIB::EXP10_F32, "__exp10f");
setLibcallName(RTLIB::EXP10_F64, "__exp10");
break;
default:
break;
Expand Down

0 comments on commit 89673f0

Please sign in to comment.