| Index: vm/flow_graph_compiler_x64.cc
|
| ===================================================================
|
| --- vm/flow_graph_compiler_x64.cc (revision 7782)
|
| +++ vm/flow_graph_compiler_x64.cc (working copy)
|
| @@ -529,7 +529,6 @@
|
|
|
|
|
| void FlowGraphCompiler::VisitClosureCall(ClosureCallComp* comp) {
|
| - ASSERT(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
|
| @@ -545,7 +544,6 @@
|
| &StubCode::CallClosureFunctionLabel(),
|
| PcDescriptors::kOther);
|
| __ Drop(argument_count);
|
| - __ popq(CTX);
|
| }
|
|
|
|
|
|
|