SNSystems / llvm-project-prepo

Fork of LLVM with modifications to support a program repository
26 stars 0 forks source link

Use section_kind::last rather than member_array::max_size() #152

Closed paulhuggett closed 3 years ago

paulhuggett commented 3 years ago

pstore PR#98 removes the max_size() function from member_array. This change removes the call and follows the precedent set by the declaration of Prefixes a couple of lines earlier.