Index: src/crankshaft/x64/lithium-x64.h |
diff --git a/src/crankshaft/x64/lithium-x64.h b/src/crankshaft/x64/lithium-x64.h |
index 623421cbfbb2119de0de53fc20e208a12507d7b4..c5322633af70b4853b951252c9183fd8f74b061d 100644 |
--- a/src/crankshaft/x64/lithium-x64.h |
+++ b/src/crankshaft/x64/lithium-x64.h |
@@ -60,7 +60,6 @@ class LCodeGen; |
V(DivByConstI) \ |
V(DivByPowerOf2I) \ |
V(DivI) \ |
- V(DoubleBits) \ |
V(DoubleToI) \ |
V(DoubleToSmi) \ |
V(Drop) \ |
@@ -2332,19 +2331,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) { |