| Index: runtime/vm/flow_graph_builder.cc
|
| diff --git a/runtime/vm/flow_graph_builder.cc b/runtime/vm/flow_graph_builder.cc
|
| index 12e685ebce117334a015ccfcc224b56d21f5d810..6455355a908e1e32e17159ae98ccbf16d47368e3 100644
|
| --- a/runtime/vm/flow_graph_builder.cc
|
| +++ b/runtime/vm/flow_graph_builder.cc
|
| @@ -1406,6 +1406,7 @@ void EffectGraphVisitor::VisitArgumentListNode(ArgumentListNode* node) {
|
|
|
| void EffectGraphVisitor::VisitArgumentDefinitionTestNode(
|
| ArgumentDefinitionTestNode* node) {
|
| + InlineBailout("EffectGraphVisitor::VisitArgumentDefinitionTestNode");
|
| Definition* load = BuildLoadLocal(node->saved_arguments_descriptor());
|
| Value* arguments_descriptor = Bind(load);
|
| ArgumentDefinitionTestInstr* arg_def_test =
|
|
|