diff options
Diffstat (limited to 'deps/v8/src/crankshaft/arm/lithium-arm.h')
-rw-r--r-- | deps/v8/src/crankshaft/arm/lithium-arm.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/deps/v8/src/crankshaft/arm/lithium-arm.h b/deps/v8/src/crankshaft/arm/lithium-arm.h index 0d066c97aa..fede1c1bda 100644 --- a/deps/v8/src/crankshaft/arm/lithium-arm.h +++ b/deps/v8/src/crankshaft/arm/lithium-arm.h @@ -1065,7 +1065,6 @@ class LHasInstanceTypeAndBranch final : public LControlInstruction<1, 0> { void PrintDataTo(StringStream* stream) override; }; - class LClassOfTestAndBranch final : public LControlInstruction<1, 1> { public: LClassOfTestAndBranch(LOperand* value, LOperand* temp) { @@ -1076,14 +1075,12 @@ class LClassOfTestAndBranch final : public LControlInstruction<1, 1> { LOperand* value() { return inputs_[0]; } LOperand* temp() { return temps_[0]; } - DECLARE_CONCRETE_INSTRUCTION(ClassOfTestAndBranch, - "class-of-test-and-branch") + DECLARE_CONCRETE_INSTRUCTION(ClassOfTestAndBranch, "class-of-test-and-branch") DECLARE_HYDROGEN_ACCESSOR(ClassOfTestAndBranch) void PrintDataTo(StringStream* stream) override; }; - class LCmpT final : public LTemplateInstruction<1, 3, 0> { public: LCmpT(LOperand* context, LOperand* left, LOperand* right) { |