NoQ accepted this revision.
NoQ added a comment.
This revision is now accepted and ready to land.

I'm happy with the code.



================
Comment at: llvm/include/llvm/Support/Allocator.h:298
+      if (P >= S && P < S + computeSlabSize(Idx))
+        return InSlabIdx +  static_cast<int64_t>(P - S);
+      InSlabIdx += static_cast<int64_t>(computeSlabSize(Idx));
----------------
Two spaces here.


https://reviews.llvm.org/D51393



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

Reply via email to