[PATCH] D80197: [DebugInfo] Upgrade DISubrange to support Fortran dynamic arrays
Marco Elver via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 28 05:57:30 PDT 2020
melver added inline comments.
================
Comment at: llvm/lib/Bitcode/Writer/BitcodeWriter.cpp:1522
static uint64_t rotateSign(int64_t I) {
uint64_t U = I;
----------------
rotateSign() is no longer used in this file. If there are no plans to use it again, please remove it.
Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80197/new/
https://reviews.llvm.org/D80197
More information about the cfe-commits
mailing list