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

Unified Diff: src/compiler/instruction.h

Issue 1811213003: [turbofan] Validation for deferred->hot transition edges (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@validations
Patch Set: Created 4 years, 9 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 | « no previous file | src/compiler/instruction.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/instruction.h
diff --git a/src/compiler/instruction.h b/src/compiler/instruction.h
index 82191c828da1db4892880790aee027df98494597..7da4c5f55e78034fb50a4347f7d6d0025ece13dd 100644
--- a/src/compiler/instruction.h
+++ b/src/compiler/instruction.h
@@ -1355,6 +1355,7 @@ class InstructionSequence final : public ZoneObject {
void PrintBlock(int block_id) const;
void ValidateEdgeSplitForm();
+ void ValidateDeferredBlockExitPaths();
void ValidateSSA();
private:
« no previous file with comments | « no previous file | src/compiler/instruction.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698