| Index: src/compiler/pipeline.h | 
| diff --git a/src/compiler/pipeline.h b/src/compiler/pipeline.h | 
| index ea5c54eb7ef065ba414b1de516c080f228c05e35..2f2e81b962d76a40f12c32dd9ba8b17b56f33edb 100644 | 
| --- a/src/compiler/pipeline.h | 
| +++ b/src/compiler/pipeline.h | 
| @@ -49,7 +49,8 @@ class Pipeline : public AllStatic { | 
| CallDescriptor* call_descriptor, | 
| Graph* graph, Schedule* schedule, | 
| Code::Flags flags, | 
| -                                              const char* debug_name); | 
| +                                              const char* debug_name, | 
| +                                              bool verify_graph); | 
|  | 
| // Run the entire pipeline and generate a handle to a code object suitable for | 
| // testing. | 
|  |