Index: src/crankshaft/x87/lithium-x87.h |
diff --git a/src/crankshaft/x87/lithium-x87.h b/src/crankshaft/x87/lithium-x87.h |
index d05d6ebc3c84143d5e10728b52b8953479675bcd..cb9aa581982ab96e9e9313faef1aac1707cc3cc9 100644 |
--- a/src/crankshaft/x87/lithium-x87.h |
+++ b/src/crankshaft/x87/lithium-x87.h |
@@ -65,7 +65,6 @@ class LCodeGen; |
V(DivByConstI) \ |
V(DivByPowerOf2I) \ |
V(DivI) \ |
- V(DoubleBits) \ |
V(DoubleToI) \ |
V(DoubleToSmi) \ |
V(Drop) \ |
@@ -2343,19 +2342,6 @@ class LCheckNonSmi final : public LTemplateInstruction<0, 1, 0> { |
}; |
-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 LAllocate final : public LTemplateInstruction<1, 2, 1> { |
public: |
LAllocate(LOperand* context, LOperand* size, LOperand* temp) { |