Clean up constructor logic and member access for LoopVectorizeHints.
There are public functions that mutate various members as well as another private member already, so make all the members private to avoid the discontinuity and add accessors for the values. Should be no functional change. llvm-svn: 207868
Loading
Please sign in to comment