Skip to content

Commit 7e02808

Browse files
committed
Fix double call
1 parent f5cb84c commit 7e02808

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/IR/RuntimeLibcalls.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,8 +393,6 @@ void RuntimeLibcallsInfo::initLibcalls(const Triple &TT) {
393393
setLibcallName(RTLIB::OGT_F128, "__gtkf2");
394394
setLibcallName(RTLIB::UO_F128, "__unordkf2");
395395

396-
setLongDoubleIsF128Libm(*this);
397-
398396
// TODO: Do the finite only functions exist?
399397
setLongDoubleIsF128Libm(*this, /*FiniteOnlyFuncs=*/false);
400398

0 commit comments

Comments
 (0)