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

Unified Diff: src/compiler/mips64/code-generator-mips64.cc

Issue 1526913002: Revert of [WIP][turbofan] Instruction scheduler for Turbofan. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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
Index: src/compiler/mips64/code-generator-mips64.cc
diff --git a/src/compiler/mips64/code-generator-mips64.cc b/src/compiler/mips64/code-generator-mips64.cc
index 9f881ec587da5e73c144c60a4374c2c2d5359e62..ea5a784490b42522819722bfa1f92f7de97821d6 100644
--- a/src/compiler/mips64/code-generator-mips64.cc
+++ b/src/compiler/mips64/code-generator-mips64.cc
@@ -594,7 +594,6 @@
AssembleArchTableSwitch(instr);
break;
case kArchNop:
- case kArchThrowTerminator:
// don't emit code for nops.
break;
case kArchDeoptimize: {
« no previous file with comments | « src/compiler/mips/instruction-scheduler-mips.cc ('k') | src/compiler/mips64/instruction-scheduler-mips64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698