Index: src/crankshaft/ia32/lithium-ia32.h |
diff --git a/src/crankshaft/ia32/lithium-ia32.h b/src/crankshaft/ia32/lithium-ia32.h |
index 7dd22e0f666ba7b2ac855ea5dde29a12929d69bb..b3e0c4a43eb0096eeeb58a0d4a708dcb0efec5aa 100644 |
--- a/src/crankshaft/ia32/lithium-ia32.h |
+++ b/src/crankshaft/ia32/lithium-ia32.h |
@@ -64,7 +64,6 @@ class LCodeGen; |
V(DivByConstI) \ |
V(DivByPowerOf2I) \ |
V(DivI) \ |
- V(DoubleBits) \ |
V(DoubleToI) \ |
V(DoubleToSmi) \ |
V(Drop) \ |
@@ -2347,19 +2346,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) { |