| Index: runtime/vm/intrinsifier_ia32.cc
|
| diff --git a/runtime/vm/intrinsifier_ia32.cc b/runtime/vm/intrinsifier_ia32.cc
|
| index 1814d20bcde97beb3e0901a6669a786debeffe2f..0abf3b1a3a479d16f7a31e5407cbf5dbc4c71b3f 100644
|
| --- a/runtime/vm/intrinsifier_ia32.cc
|
| +++ b/runtime/vm/intrinsifier_ia32.cc
|
| @@ -2108,8 +2108,6 @@ void Intrinsifier::JSRegExp_ExecuteMatch(Assembler* assembler) {
|
|
|
| // Registers are now set up for the lazy compile stub. It expects the function
|
| // in EAX, the argument descriptor in EDX, and IC-Data in ECX.
|
| - static const intptr_t arg_count = RegExpMacroAssembler::kParamCount;
|
| - __ LoadObject(EDX, Array::ZoneHandle(ArgumentsDescriptor::New(arg_count)));
|
| __ xorl(ECX, ECX);
|
|
|
| // Tail-call the function.
|
|
|