[PATCH] D20532: [NFC] Move current live interval from being a class member of InsertPointAnalysis to query interfaces argument

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Mon May 23 11:18:23 PDT 2016


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

LGTM. Nitpick below.


================
Comment at: lib/CodeGen/SplitKit.h:72
@@ -75,1 +71,3 @@
+  MachineBasicBlock::iterator getLastInsertPointIter(const LiveInterval &CurLI,
+                                                     MachineBasicBlock &);
 };
----------------
You should name the parameter `MBB` as you reference that in the comment.


Repository:
  rL LLVM

http://reviews.llvm.org/D20532





More information about the llvm-commits mailing list