| Index: runtime/vm/kernel_to_il.h
|
| diff --git a/runtime/vm/kernel_to_il.h b/runtime/vm/kernel_to_il.h
|
| index 20b9aeb095a5375925acf16ea8e87875eb564567..2b1ec636f8bbe357a7c4197b0499baae473c522d 100644
|
| --- a/runtime/vm/kernel_to_il.h
|
| +++ b/runtime/vm/kernel_to_il.h
|
| @@ -743,6 +743,10 @@ class FlowGraphBuilder : public TreeVisitor {
|
|
|
| void InlineBailout(const char* reason);
|
|
|
| + // When compiling for OSR, remove blocks that are not reachable from the
|
| + // OSR entry point.
|
| + void PruneUnreachableIfOSR();
|
| +
|
| Zone* zone_;
|
| TranslationHelper translation_helper_;
|
|
|
|
|