Index: src/arm/full-codegen-arm.cc |
=================================================================== |
--- src/arm/full-codegen-arm.cc (revision 6492) |
+++ src/arm/full-codegen-arm.cc (working copy) |
@@ -734,6 +734,8 @@ |
// Compile all the tests with branches to their bodies. |
for (int i = 0; i < clauses->length(); i++) { |
CaseClause* clause = clauses->at(i); |
+ clause->body_target()->entry_label()->Unuse(); |
+ |
// The default is not a test, but remember it as final fall through. |
if (clause->is_default()) { |
default_clause = clause; |