Modernise the code with range-loops etc
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM, this looks like a NFC to me and range-based for loops make the code easier to read. Please check the loop I added a comment to before committing.
lib/Target/ARM/A15SDOptimizer.cpp | ||
---|---|---|
222 ↗ | (On Diff #110322) | While you are at it, could we use a range based for loop here too? Looks like the iterator is dereferenced when used. |