[PATCH] D22801: LiveIntervals: add removeRegUnit

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 26 11:04:41 PDT 2016


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

LGTM with nitpick:


================
Comment at: include/llvm/CodeGen/LiveIntervalAnalysis.h:395-396
@@ -394,1 +394,4 @@
 
+    /// removeRegUnit - Remove computed live range for Unit. Subsequent uses
+    /// should rely on on-demand recomputation.
+    void removeRegUnit(unsigned Unit) {
----------------
Please do not repeat the method name in the doxygen comment.


https://reviews.llvm.org/D22801





More information about the llvm-commits mailing list