| Index: runtime/vm/flow_graph_compiler.h
|
| diff --git a/runtime/vm/flow_graph_compiler.h b/runtime/vm/flow_graph_compiler.h
|
| index 3151009d9b2853b204811f222ed7276ca05177c2..14517762c57dfd6394cedc781c52fe41bbd88f1e 100644
|
| --- a/runtime/vm/flow_graph_compiler.h
|
| +++ b/runtime/vm/flow_graph_compiler.h
|
| @@ -328,7 +328,8 @@ class FlowGraphCompiler : public ValueObject {
|
| // Bail out of the flow graph compiler. Does not return to the caller.
|
| void Bailout(const char* reason);
|
|
|
| - void TryIntrinsify();
|
| + // Returns 'true' if regular code generation should be skipped.
|
| + bool TryIntrinsify();
|
|
|
| void GenerateRuntimeCall(intptr_t token_pos,
|
| intptr_t deopt_id,
|
|
|