Use C++ ranged 'for' for AllSuccessorIter use
authorBruce Forstall <brucefo@microsoft.com>
Tue, 18 Apr 2017 00:13:25 +0000 (17:13 -0700)
committerBruce Forstall <brucefo@microsoft.com>
Thu, 20 Apr 2017 16:52:36 +0000 (09:52 -0700)
commitfcf9a77bd7001a80e0a8daf200e5126cfeb826ea
tree390b262ea319ac5b00254d174358034b2050b27b
parent06eea406553e573a547ba6e26692404eeb92e5d5
Use C++ ranged 'for' for AllSuccessorIter use

Commit migrated from https://github.com/dotnet/coreclr/commit/71d36aa8ce864f0730e91b2242cf04b5bd411fb4
src/coreclr/src/jit/dataflow.h
src/coreclr/src/jit/flowgraph.cpp
src/coreclr/src/jit/liveness.cpp
src/coreclr/src/jit/lsra.cpp
src/coreclr/src/jit/ssabuilder.cpp
src/coreclr/src/jit/valuenum.cpp