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

Unified Diff: src/crankshaft/lithium.cc

Issue 2457763003: [compiler] Remove dead kMustNotHaveEagerFrame flag. (Closed)
Patch Set: Created 4 years, 2 months 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/compilation-info.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/crankshaft/lithium.cc
diff --git a/src/crankshaft/lithium.cc b/src/crankshaft/lithium.cc
index 8cf3a3f0e6a982a497939e3caf08a48cdf8c6f11..3d4ada2067473e6b6d787fc64e045912427bed9e 100644
--- a/src/crankshaft/lithium.cc
+++ b/src/crankshaft/lithium.cc
@@ -468,8 +468,6 @@ Handle<Code> LChunk::Codegen() {
code->set_is_crankshafted(true);
CodeGenerator::PrintCode(code, info());
- DCHECK(!(info()->GetMustNotHaveEagerFrame() &&
- generator.NeedsEagerFrame()));
return code;
}
assembler.AbortedCodeGeneration();
« no previous file with comments | « src/compilation-info.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698