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

Unified Diff: src/compiler/pipeline.h

Issue 2570213002: [stubs] Enable machine graph verification for CodeStubAssembler and friends by default in debug mode (Closed)
Patch Set: Created 4 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/pipeline.h
diff --git a/src/compiler/pipeline.h b/src/compiler/pipeline.h
index 2f2e81b962d76a40f12c32dd9ba8b17b56f33edb..ea5c54eb7ef065ba414b1de516c080f228c05e35 100644
--- a/src/compiler/pipeline.h
+++ b/src/compiler/pipeline.h
@@ -49,8 +49,7 @@ class Pipeline : public AllStatic {
CallDescriptor* call_descriptor,
Graph* graph, Schedule* schedule,
Code::Flags flags,
- const char* debug_name,
- bool verify_graph);
+ const char* debug_name);
// Run the entire pipeline and generate a handle to a code object suitable for
// testing.

Powered by Google App Engine
This is Rietveld 408576698