812796ff3d
The FlowGraph on which to run is available at each method call site, so we don't need to store it. This also avoids issues in the future if we ever rebuild the FlowGraph entirely during compilation, since we won't be using a BlockScheduler object that caches an older version of the FlowGraph. Change-Id: I5653e1230131fbada3fe01cfa6c1ac37846fccb0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/113024 Reviewed-by: Martin Kustermann <kustermann@google.com> Commit-Queue: Teagan Strickland <sstrickl@google.com>