[IPO] Use std::array for AccessKind2Accesses (NFC)
Switching to std:array allow us to use fill. While I am at it, this patch also converts one for loop to a range-based one.
Loading
Please sign in to comment
Switching to std:array allow us to use fill. While I am at it, this patch also converts one for loop to a range-based one.