Index: src/ia32/lithium-ia32.h |
diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h |
index 1ce87f02c301fea9b553cba1621768564b134dfe..617b9fc38cce7e501dccf876c5f1c0c8d78f5b43 100644 |
--- a/src/ia32/lithium-ia32.h |
+++ b/src/ia32/lithium-ia32.h |
@@ -79,7 +79,6 @@ class LCodeGen; |
V(CmpObjectEqAndBranch) \ |
V(CmpMapAndBranch) \ |
V(CmpT) \ |
- V(CmpConstantEqAndBranch) \ |
V(ConstantD) \ |
V(ConstantI) \ |
V(ConstantS) \ |
@@ -857,20 +856,6 @@ class LCmpObjectEqAndBranch: public LControlInstruction<2, 0> { |
}; |
-class LCmpConstantEqAndBranch: public LControlInstruction<1, 0> { |
- public: |
- explicit LCmpConstantEqAndBranch(LOperand* left) { |
- inputs_[0] = left; |
- } |
- |
- LOperand* left() { return inputs_[0]; } |
- |
- DECLARE_CONCRETE_INSTRUCTION(CmpConstantEqAndBranch, |
- "cmp-constant-eq-and-branch") |
- DECLARE_HYDROGEN_ACCESSOR(CompareConstantEqAndBranch) |
-}; |
- |
- |
class LIsObjectAndBranch: public LControlInstruction<1, 1> { |
public: |
LIsObjectAndBranch(LOperand* value, LOperand* temp) { |