| Index: runtime/vm/compiler.cc
|
| diff --git a/runtime/vm/compiler.cc b/runtime/vm/compiler.cc
|
| index 6c9215facf7d23e80d0cfa3b6dd33a719209e850..3c20d1552ee15107782336aaced3609e08abedce 100644
|
| --- a/runtime/vm/compiler.cc
|
| +++ b/runtime/vm/compiler.cc
|
| @@ -181,6 +181,7 @@ static bool CompileParsedFunctionHelper(const ParsedFunction& parsed_function,
|
| // TODO(srdjan): Moved before inlining until environment use list can
|
| // be used to detect when shift-left is outside the scope of bit-and.
|
| optimizer.TryOptimizeLeftShiftWithBitAndPattern();
|
| + DEBUG_ASSERT(flow_graph->VerifyUseLists());
|
|
|
| // Inlining (mutates the flow graph)
|
| if (FLAG_use_inlining) {
|
|
|