[PATCH] D11491: [Polly] Move computations out of constructors

Tobias Grosser tobias at grosser.es
Sun Jul 26 15:11:47 PDT 2015


grosser accepted this revision.
grosser added a comment.
This revision is now accepted and ready to land.

Hi Michael,

I think this looks good to me. Just a minor thing. Could you possibly make the constructors
and init() functions private such that only the create*() functions are part of the public interface
and any user is always sure to get a fully initialized class.

Best,
Tobias


http://reviews.llvm.org/D11491







More information about the llvm-commits mailing list