[PATCH] D20831: [Polly][GSoC]Rename ScopInfo to ScopBuilder
Matthias J. Reisinger via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 8 07:30:46 PDT 2016
mreisinger added a subscriber: mreisinger.
================
Comment at: include/polly/ScopInfo.h:2490
@@ -2491,1 +2489,3 @@
+ /// @brief The ScopBuilder pointer which is used to construct a Scop.
+ std::unique_ptr<ScopBuilder> SI;
----------------
Maybe we should also rename this member from `SI` to `SB` then, to avoid confusion. I apologize for commenting after this patch has already been merged, unfortunately I've noticed this too late.
http://reviews.llvm.org/D20831
More information about the llvm-commits
mailing list