[PATCH] D55295: LiveIntervals: Add removePhysReg
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 13 10:27:09 PST 2019
qcolombet accepted this revision.
qcolombet added a comment.
This revision is now accepted and ready to land.
LGTM with nitpick.
================
Comment at: include/llvm/CodeGen/LiveIntervals.h:422
+ /// Remove associated live ranges for the register units associated with \p
+ /// Reg. Subsequent uses should rely on on-demand recomputation.
+ void removePhysReg(unsigned Reg) {
----------------
The line break between \p and the name of the argument looks weird.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55295/new/
https://reviews.llvm.org/D55295
More information about the llvm-commits
mailing list