compnerd added inline comments. ================ Comment at: lib/builtins/int_lib.h:101 @@ +100,3 @@ + return 32; + } +} ---------------- You should be able to drop the braces; use 2-space indents as per the LLVM style. http://reviews.llvm.org/D13414