Index: src/hydrogen-instructions.cc |
=================================================================== |
--- src/hydrogen-instructions.cc (revision 8225) |
+++ src/hydrogen-instructions.cc (working copy) |
@@ -1734,7 +1734,6 @@ |
void HBoundsCheck::Verify() { |
HInstruction::Verify(); |
- ASSERT(HasNoUses()); |
Mads Ager (chromium)
2011/06/09 10:58:50
It seemed like a very good idea to have the assert
fschneider
2011/06/09 11:03:52
The problem is that HBoundsCheck does only have us
|
} |