Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Unified Diff: src/rewriter.cc

Issue 110123002: Enable optimization of functions with generic switches. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Adding tests Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/ia32/full-codegen-ia32.cc ('k') | src/x64/full-codegen-x64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/rewriter.cc
diff --git a/src/rewriter.cc b/src/rewriter.cc
index ba35284d7f927eb222b691828622f08ee481f86f..5e81cf859f910e1ebccfaed6429e9e216723124c 100644
--- a/src/rewriter.cc
+++ b/src/rewriter.cc
@@ -207,11 +207,6 @@ void Processor::VisitSwitchStatement(SwitchStatement* node) {
}
-void Processor::VisitCaseClause(CaseClause* clause) {
- UNREACHABLE();
-}
-
-
void Processor::VisitContinueStatement(ContinueStatement* node) {
is_set_ = false;
}
« no previous file with comments | « src/ia32/full-codegen-ia32.cc ('k') | src/x64/full-codegen-x64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698