Chromium Code Reviews| Index: src/compiler/verifier.cc |
| diff --git a/src/compiler/verifier.cc b/src/compiler/verifier.cc |
| index a5ff400ee82b9b246d806b1de1bab7a58b7cd2eb..747f375f18962fe03015f341160efe77a9cba211 100644 |
| --- a/src/compiler/verifier.cc |
| +++ b/src/compiler/verifier.cc |
| @@ -1038,6 +1038,7 @@ void Verifier::Visitor::Check(Node* node) { |
| } // NOLINT(readability/fn_size) |
| void Verifier::Run(Graph* graph, Typing typing, CheckInputs check_inputs) { |
| + return; |
|
Benedikt Meurer
2016/04/28 10:28:44
Please undo.
|
| CHECK_NOT_NULL(graph->start()); |
| CHECK_NOT_NULL(graph->end()); |
| Zone zone(graph->zone()->allocator()); |