[PATCH] D20962: [Polly][GSoC 2016]New function pass ScopInfoWrapperPass

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 6 08:15:21 PDT 2016


jdoerfert added a comment.

Please add some test (e.g., add run lines for this pass).


================
Comment at: include/polly/ScopInfo.h:2556-2557
@@ +2555,4 @@
+
+  iterator begin() { return regionToScopMap.begin(); }
+  iterator end() { return regionToScopMap.end(); }
+
----------------
Meinersbur wrote:
> You declared a `const_iterator` type. Can you also define const `begin()` and `end()`?
Or remove the const_iterator.


http://reviews.llvm.org/D20962





More information about the llvm-commits mailing list