The remaining non range-based for loops do not iterate over full ranges,
so leave them as they are.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D35777
[LoopInterchange] Update code to use range-based for loops (NFC). ClosedPublic Authored by fhahn on Jul 23 2017, 7:59 AM.
Details Summary The remaining non range-based for loops do not iterate over full ranges,
Diff Detail Event Timelinefhahn marked 2 inline comments as done. Comment ActionsUpdated to use auto and added string to assertion, thanks Amara. This revision is now accepted and ready to land.Jul 24 2017, 3:19 AM
Revision Contents
Diff 107842 lib/Transforms/Scalar/LoopInterchange.cpp
|
Use auto* while we're changing this anyway?