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)
commit71d36aa8ce864f0730e91b2242cf04b5bd411fb4
treece441cbe6c976412bc8fc404404692738411f718
parent942c99e49d50680c8d870f2b3f58a5e78bf66b93
Use C++ ranged 'for' for AllSuccessorIter use
src/jit/dataflow.h
src/jit/flowgraph.cpp
src/jit/liveness.cpp
src/jit/lsra.cpp
src/jit/ssabuilder.cpp
src/jit/valuenum.cpp