Index: src/arm/lithium-codegen-arm.cc |
diff --git a/src/arm/lithium-codegen-arm.cc b/src/arm/lithium-codegen-arm.cc |
index 07a3c49adfeb5bf94e0113847ee004acae29fbd7..80c3860811ea0ca02736c521282cc718e390608c 100644 |
--- a/src/arm/lithium-codegen-arm.cc |
+++ b/src/arm/lithium-codegen-arm.cc |
@@ -1080,11 +1080,6 @@ void LCodeGen::DoCallStub(LCallStub* instr) { |
ASSERT(ToRegister(instr->context()).is(cp)); |
ASSERT(ToRegister(instr->result()).is(r0)); |
switch (instr->hydrogen()->major_key()) { |
- case CodeStub::RegExpConstructResult: { |
- RegExpConstructResultStub stub; |
- CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr); |
- break; |
- } |
case CodeStub::RegExpExec: { |
RegExpExecStub stub; |
CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr); |