| Index: runtime/vm/flow_graph_compiler_x64.cc
|
| diff --git a/runtime/vm/flow_graph_compiler_x64.cc b/runtime/vm/flow_graph_compiler_x64.cc
|
| index db6c55de3631def29069c1065e4619bf6a20cdc8..3cec293e35334633456009fc653ded297c13bf6d 100644
|
| --- a/runtime/vm/flow_graph_compiler_x64.cc
|
| +++ b/runtime/vm/flow_graph_compiler_x64.cc
|
| @@ -532,7 +532,7 @@ void FlowGraphCompiler::VisitStoreContext(StoreContextComp* comp) {
|
|
|
|
|
| void FlowGraphCompiler::VisitClosureCall(ClosureCallComp* comp) {
|
| - ASSERT(comp->context()->IsTemp());
|
| + ASSERT(comp->context()->IsTemp() || comp->context()->IsUse());
|
| ASSERT(VerifyCallComputation(comp));
|
| // The arguments to the stub include the closure. The arguments
|
| // descriptor describes the closure's arguments (and so does not include
|
|
|