[PATCH] D35777: [LoopInterchange] Update code to use range-based for loops (NFC).

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 23 07:59:54 PDT 2017


fhahn created this revision.
Herald added a subscriber: mzolotukhin.

The remaining non range-based for loops do not iterate over full ranges,
so leave them as they are.


https://reviews.llvm.org/D35777

Files:
  lib/Transforms/Scalar/LoopInterchange.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35777.107828.patch
Type: text/x-patch
Size: 4023 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170723/573a2abe/attachment.bin>


More information about the llvm-commits mailing list