[PATCH] D13414: Define GNU clz builtins equivalents for MSVC

Saleem Abdulrasool via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 5 19:11:43 PDT 2015


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





More information about the llvm-commits mailing list