[PATCH] D17571: Introduce RegionInfoAnalysis, which compute Region Tree in the new PassManager. NFC
Tobias Grosser via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 25 05:18:26 PST 2016
grosser accepted this revision.
grosser added a comment.
This revision is now accepted and ready to land.
This seems to be straightforward as well. Thanks for contributing these self-contained patches.
================
Comment at: include/llvm/Analysis/RegionInfo.h:690
@@ +689,3 @@
+ }
+ RegionInfoBase &operator=(RegionInfoBase &&RHS) {
+ DT = std::move(RHS.DT);
----------------
Newline between functions.
Repository:
rL LLVM
http://reviews.llvm.org/D17571
More information about the llvm-commits
mailing list