lebedev.ri added inline comments.

================
Comment at: include/bit:99
+  unsigned long where;
+  // Search from LSB to MSB for first set bit.
+  // Returns zero if no set bit is found.
----------------
Pretty sure this is the other way around here.
```
// Search from MSB to LSB for first set bit.
```


https://reviews.llvm.org/D50815



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to