| Index: src/crankshaft/arm64/lithium-arm64.h
|
| diff --git a/src/crankshaft/arm64/lithium-arm64.h b/src/crankshaft/arm64/lithium-arm64.h
|
| index 231008d4f1f4a8bc16176d99e285be26b87fc891..da19620679ffcff746a213370606af5a958fe7e2 100644
|
| --- a/src/crankshaft/arm64/lithium-arm64.h
|
| +++ b/src/crankshaft/arm64/lithium-arm64.h
|
| @@ -64,7 +64,6 @@ class LCodeGen;
|
| V(DivByConstI) \
|
| V(DivByPowerOf2I) \
|
| V(DivI) \
|
| - V(DoubleBits) \
|
| V(DoubleToIntOrSmi) \
|
| V(Drop) \
|
| V(Dummy) \
|
| @@ -981,19 +980,6 @@ class LClampTToUint8 final : public LTemplateInstruction<1, 1, 1> {
|
| };
|
|
|
|
|
| -class LDoubleBits final : public LTemplateInstruction<1, 1, 0> {
|
| - public:
|
| - explicit LDoubleBits(LOperand* value) {
|
| - inputs_[0] = value;
|
| - }
|
| -
|
| - LOperand* value() { return inputs_[0]; }
|
| -
|
| - DECLARE_CONCRETE_INSTRUCTION(DoubleBits, "double-bits")
|
| - DECLARE_HYDROGEN_ACCESSOR(DoubleBits)
|
| -};
|
| -
|
| -
|
| class LClassOfTestAndBranch final : public LControlInstruction<1, 2> {
|
| public:
|
| LClassOfTestAndBranch(LOperand* value, LOperand* temp1, LOperand* temp2) {
|
|
|