diff options
| author | Craig Topper <craig.topper@gmail.com> | 2019-12-27 18:33:16 -0800 |
|---|---|---|
| committer | Craig Topper <craig.topper@gmail.com> | 2019-12-27 22:49:04 -0800 |
| commit | a3f896481329f64aac845e03cfda8f1154ce6079 (patch) | |
| tree | c5ba9d1bcf816bec4c62ab89cd897a521475fb7f /llvm/lib | |
| parent | f83a8efe87947c20140e86799744fdb7c29a7ee4 (diff) | |
| download | bcm5719-llvm-a3f896481329f64aac845e03cfda8f1154ce6079.tar.gz bcm5719-llvm-a3f896481329f64aac845e03cfda8f1154ce6079.zip | |
[TargetLowering] Update comment to reference the correct compiler-rt function the code is based on. NFC
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |

