[llvm] a3f8964 - [TargetLowering] Update comment to reference the correct compiler-rt function the code is based on. NFC
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 28 00:24:33 PST 2019
Author: Craig Topper
Date: 2019-12-27T22:49:04-08:00
New Revision: a3f896481329f64aac845e03cfda8f1154ce6079
URL: https://github.com/llvm/llvm-project/commit/a3f896481329f64aac845e03cfda8f1154ce6079
DIFF: https://github.com/llvm/llvm-project/commit/a3f896481329f64aac845e03cfda8f1154ce6079.diff
LOG: [TargetLowering] Update comment to reference the correct compiler-rt function the code is based on. NFC
Added:
Modified:
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
Removed:
################################################################################
diff --git a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
index 3fc215476540..022efc609e48 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
More information about the llvm-commits
mailing list