[PATCH] D20831: [Polly][GSoC]Renamed ScopInfo to ScopBuilder and update its memory management.
Michael Kruse via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 1 10:40:15 PDT 2016
Meinersbur requested changes to this revision.
Meinersbur added a comment.
This revision now requires changes to proceed.
Can you make two commits, one for
"Rename ScopInfo to ScopBuilder."
and another
"Update ScopBuilder's memory management."?
In a later step, we could move the ScopBuilder into its own ScopBuilder.cpp and remove its declaration from the public ScopInfo.h as it's only used by ScopInfoRegionPass.
http://reviews.llvm.org/D20831
More information about the llvm-commits
mailing list