Index: src/hydrogen-instructions.cc |
diff --git a/src/hydrogen-instructions.cc b/src/hydrogen-instructions.cc |
index c8db9a0248e68a36ca8802531e8588caceb15d2a..f2fcdf69cf6036c695ac2979f08e0ae404d82c4b 100644 |
--- a/src/hydrogen-instructions.cc |
+++ b/src/hydrogen-instructions.cc |
@@ -1759,11 +1759,6 @@ void HSimulate::Verify() { |
} |
-void HBoundsCheck::Verify() { |
- HInstruction::Verify(); |
-} |
- |
- |
void HCheckSmi::Verify() { |
HInstruction::Verify(); |
ASSERT(HasNoUses()); |
@@ -1776,18 +1771,6 @@ void HCheckNonSmi::Verify() { |
} |
-void HCheckInstanceType::Verify() { |
- HInstruction::Verify(); |
- ASSERT(HasNoUses()); |
-} |
- |
- |
-void HCheckMap::Verify() { |
- HInstruction::Verify(); |
- ASSERT(HasNoUses()); |
-} |
- |
- |
void HCheckFunction::Verify() { |
HInstruction::Verify(); |
ASSERT(HasNoUses()); |