[PATCH] D12091: [compiler-rt] Add libgcc compatibility aliases for __cmp{s, d, f}f2.

Josh Gao via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 19 10:43:28 PDT 2015


jmgao added inline comments.

================
Comment at: lib/builtins/comparedf2.c:83
@@ -82,1 +82,3 @@
 
+// Alias for libgcc compatibility
+FNALIAS(__cmpdf2, __ledf2);
----------------
compnerd wrote:
> Use /* */, since I don't believe we are forcing C99.  Similar throughout.
These files only have // comments, and there are a bunch of other ones that are similar.


http://reviews.llvm.org/D12091





More information about the llvm-commits mailing list