From a3f896481329f64aac845e03cfda8f1154ce6079 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Fri, 27 Dec 2019 18:33:16 -0800 Subject: [TargetLowering] Update comment to reference the correct compiler-rt function the code is based on. NFC --- llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib') diff --git a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp index 3fc21547654..022efc609e4 100644 --- a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp @@ -6154,7 +6154,7 @@ bool TargetLowering::expandUINT_TO_FP(SDNode *Node, SDValue &Result, return false; // For unsigned conversions, convert them to signed conversions using the - // algorithm from the x86_64 __floatundidf in compiler_rt. + // algorithm from the x86_64 __floatundisf in compiler_rt. // TODO: This really should be implemented using a branch rather than a // select. We happen to get lucky and machinesink does the right -- cgit v1.2.3