lebedev.ri added inline comments.
================ Comment at: include/bit:117 + unsigned long __where; // Search from LSB to MSB for first set bit. // Returns zero if no set bit is found. ---------------- Like i commented in the original review, this should probably be ``` // Search from *M*SB to *L*SB for first set bit. ``` https://reviews.llvm.org/D50876 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits