[PATCH] [COMPILER-RT] Implement __fixtfsi, __fixunstfsi

Joerg Sonnenberger joerg at NetBSD.org
Fri May 23 05:02:44 PDT 2014


With the comment fix.

================
Comment at: lib/builtins/fixunstfsi.c:39
@@ +38,3 @@
+        return 0;
+    // out ou range, return UINT_MAX
+    if (e >= sizeof(su_int) * CHAR_BIT){
----------------
Still typo

http://reviews.llvm.org/D2804






More information about the llvm-commits mailing list