| Index: src/codegen.cc
|
| ===================================================================
|
| --- src/codegen.cc (revision 1167)
|
| +++ src/codegen.cc (working copy)
|
| @@ -428,7 +428,7 @@
|
| for (int i = 0; i < length; i++) {
|
| Comment cmnt(masm(), "[ Case clause");
|
| case_labels[i].Bind();
|
| - VisitStatementsAndSpill(cases->at(i)->statements());
|
| + VisitStatements(cases->at(i)->statements());
|
|
|
| // All of the labels match the same expected frame as the table start.
|
| // If control flow cannot fall off the end of the case statement, we
|
|
|