[PATCH] D20027: [RegAlloc, NFC] Extract LastSplitPoint computation to a new class
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Mon May 9 10:04:55 PDT 2016
MatzeB accepted this revision.
MatzeB added a comment.
This revision is now accepted and ready to land.
LGTM with 1 nitpick.
Please do not push this patch until http://reviews.llvm.org/D19884 is accepted.
================
Comment at: lib/CodeGen/SplitKit.h:123
@@ -86,1 +122,3 @@
+ // Insert Point Analysis.
+ InsertPointAnalysis IPA;
----------------
Use three slash doxygen comment.
Repository:
rL LLVM
http://reviews.llvm.org/D20027
More information about the llvm-commits
mailing list