alok marked 2 inline comments as done.
alok added inline comments.

================
Comment at: llvm/lib/Bitcode/Writer/BitcodeWriter.cpp:1522
 
 static uint64_t rotateSign(int64_t I) {
   uint64_t U = I;
----------------
melver wrote:
> rotateSign() is no longer used in this file. If there are no plans to use it 
> again, please remove it.
> Thanks!
Thanks. It is fixed in a0d847c6cdcbe167213d91313577c57073d5c013 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80197/new/

https://reviews.llvm.org/D80197



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

Reply via email to