| Index: src/crankshaft/arm/lithium-arm.h
|
| diff --git a/src/crankshaft/arm/lithium-arm.h b/src/crankshaft/arm/lithium-arm.h
|
| index 43c02ff0871d83b44d155cdde15006511cb5a4f7..fd7d9cf4b0f558a5dcf4ce8c9e707d06d5f7a487 100644
|
| --- a/src/crankshaft/arm/lithium-arm.h
|
| +++ b/src/crankshaft/arm/lithium-arm.h
|
| @@ -88,7 +88,6 @@ class LCodeGen;
|
| V(InstructionGap) \
|
| V(Integer32ToDouble) \
|
| V(InvokeFunction) \
|
| - V(IsConstructCallAndBranch) \
|
| V(IsStringAndBranch) \
|
| V(IsSmiAndBranch) \
|
| V(IsUndetectableAndBranch) \
|
| @@ -2535,19 +2534,6 @@ class LTypeofIsAndBranch final : public LControlInstruction<1, 0> {
|
| };
|
|
|
|
|
| -class LIsConstructCallAndBranch final : public LControlInstruction<0, 1> {
|
| - public:
|
| - explicit LIsConstructCallAndBranch(LOperand* temp) {
|
| - temps_[0] = temp;
|
| - }
|
| -
|
| - LOperand* temp() { return temps_[0]; }
|
| -
|
| - DECLARE_CONCRETE_INSTRUCTION(IsConstructCallAndBranch,
|
| - "is-construct-call-and-branch")
|
| -};
|
| -
|
| -
|
| class LOsrEntry final : public LTemplateInstruction<0, 0, 0> {
|
| public:
|
| LOsrEntry() {}
|
|
|