Index: src/hydrogen-instructions.cc |
=================================================================== |
--- src/hydrogen-instructions.cc (revision 8219) |
+++ src/hydrogen-instructions.cc (working copy) |
@@ -1734,7 +1734,6 @@ |
void HBoundsCheck::Verify() { |
HInstruction::Verify(); |
- ASSERT(HasNoUses()); |
Mads Ager (chromium)
2011/06/08 12:27:25
Maybe we can even assert that all bounds check mus
fschneider
2011/06/08 12:33:55
Done.
|
} |