Index: src/data-flow.cc |
=================================================================== |
--- src/data-flow.cc (revision 4119) |
+++ src/data-flow.cc (working copy) |
@@ -2061,7 +2061,7 @@ |
void ReachingDefinitions::Compute() { |
- if (definitions_->is_empty()) return; |
+ ASSERT(!definitions_->is_empty()); |
Kevin Millikin (Chromium)
2010/03/12 14:58:16
I'd leave this check here.
|
int variable_count = variables_.length(); |
int definition_count = definitions_->length(); |