[PATCH] D20831: [Polly][GSoC]Renamed ScopInfo to ScopBuilder and updated its memory management.

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 1 02:53:32 PDT 2016


jdoerfert added inline comments.

================
Comment at: include/polly/ScopInfo.h:2524
@@ +2523,3 @@
+/// region pass from a function pass in LLVM.
+class ScopInfoWrapperPass : public FunctionPass {
+
----------------
Please do first the rename and than add this pass.


http://reviews.llvm.org/D20831





More information about the llvm-commits mailing list