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