[compiler-rt] 8627190 - [builtins] Fix typos in comments
Ryan Prichard via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 19 16:13:04 PDT 2020
Author: Ryan Prichard
Date: 2020-06-19T16:08:04-07:00
New Revision: 8627190f310774434350822e9cc80b72b4a041d4
URL: https://github.com/llvm/llvm-project/commit/8627190f310774434350822e9cc80b72b4a041d4
DIFF: https://github.com/llvm/llvm-project/commit/8627190f310774434350822e9cc80b72b4a041d4.diff
LOG: [builtins] Fix typos in comments
Differential Revision: https://reviews.llvm.org/D82146
Added:
Modified:
compiler-rt/lib/builtins/i386/floatdidf.S
compiler-rt/lib/builtins/i386/floatdixf.S
Removed:
################################################################################
diff --git a/compiler-rt/lib/builtins/i386/floatdidf.S b/compiler-rt/lib/builtins/i386/floatdidf.S
index ab7422c312dc..d588e770364e 100644
--- a/compiler-rt/lib/builtins/i386/floatdidf.S
+++ b/compiler-rt/lib/builtins/i386/floatdidf.S
@@ -4,7 +4,7 @@
#include "../assembly.h"
-// double __floatundidf(du_int a);
+// double __floatdidf(du_int a);
#ifdef __i386__
diff --git a/compiler-rt/lib/builtins/i386/floatdixf.S b/compiler-rt/lib/builtins/i386/floatdixf.S
index df70f5f9e6e3..19dd0835a9c5 100644
--- a/compiler-rt/lib/builtins/i386/floatdixf.S
+++ b/compiler-rt/lib/builtins/i386/floatdixf.S
@@ -4,7 +4,7 @@
#include "../assembly.h"
-// float __floatdixf(di_int a);
+// long double __floatdixf(di_int a);
#ifdef __i386__
More information about the llvm-commits
mailing list